mirror of
https://code.videolan.org/videolan/dav1d
synced 2024-11-14 22:58:33 +01:00
CI: added macOS build job.
This commit is contained in:
parent
ccd31a5a2f
commit
cedefa50c3
@ -81,3 +81,12 @@ build-debian-aarch64-clang-5:
|
||||
- env CC=clang-5.0 CFLAGS='-integrated-as' meson build --buildtype release
|
||||
- ninja -C build
|
||||
- cd build && meson test -v
|
||||
|
||||
build-macos:
|
||||
stage: build
|
||||
tags:
|
||||
- macos
|
||||
script:
|
||||
- meson build --buildtype release -Ddefault_library=both
|
||||
- ninja -C build
|
||||
- cd build && meson test -v
|
||||
|
Loading…
Reference in New Issue
Block a user