CI: use ninja on osx

master
Martin Gerhardy 2022-01-24 19:19:46 +01:00
parent 0c070abe7e
commit 3f4f0ac183
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v1
- name: Setup
run: brew install libuv sdl2 libpq sdl2_mixer python glslang
run: brew install libuv sdl2 libpq sdl2_mixer python glslang ninja
- name: Build
run: |
mkdir build
cd build
cmake .. -DHOT_RELOAD_ANIM=0
cmake .. -DHOT_RELOAD_ANIM=0 -GNinja
make -j 2
- name: Test