CI: use ninja

master
Martin Gerhardy 2020-10-09 14:34:08 +02:00
parent 3daca597be
commit a46c6b4481
1 changed files with 3 additions and 3 deletions

View File

@ -86,14 +86,14 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev postgresql-server-dev-10 libpq-dev libenet-dev qt5-default qttools5-dev qttools5-dev-tools opencl-c-headers wayland-protocols pkg-config uuid-dev
sudo apt-get install libsdl2-dev postgresql-server-dev-10 libpq-dev libenet-dev qt5-default qttools5-dev qttools5-dev-tools opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build
- name: Linux
run: |
mkdir build
cd build
cmake ..
make -j 2
cmake .. -GNinja
cmake --build .
- name: Test
run: |