Skip to content

Commit

Permalink
CI: Build tools/david with ninja on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Mar 20, 2024
1 parent ecbbf42 commit 302e9b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test-aarch64-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
key: arm-darwin-cargo-and-target-${{ hashFiles('**/Cargo.lock') }}
- name: cargo build for aarch64-apple-darwin
run: cargo build --release
# not quite sure why we need this on the runner, not needed locally
- run: |
meson build --buildtype release
ninja -C build tools/dav1d
- name: test without frame delay
run: .github/workflows/test.sh \
-r ./target/release/dav1d \
Expand All @@ -39,6 +43,9 @@ jobs:
-r ./target/release/dav1d \
-s ./target/release/seek_stress
-f 2
- run: .github/workflows/test.sh \
-r ./target/release/dav1d \
-s ./target/release/seek_stress
- name: upload build artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 302e9b4

Please sign in to comment.