1
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:
Konstantin Pavlov 2018-10-02 12:53:57 +03:00 committed by Jean-Baptiste Kempf
parent ccd31a5a2f
commit cedefa50c3

View File

@ -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