set ninja as build tool
This commit is contained in:
parent
0adfac9689
commit
94ef3c9466
@ -9,6 +9,6 @@ Build:
|
||||
|
||||
script:
|
||||
- mkdir build -p; cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release ../
|
||||
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../
|
||||
- cmake --build .
|
||||
- ccache -s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user