👷 Ninja seems not to work

parent 0a57c51a
......@@ -14,14 +14,14 @@ jobs:
name: Install GCC
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMake and Ninja
command: 'apt-get update && sudo apt-get install -y cmake ninja-build'
name: Install CMake
command: 'apt-get update && sudo apt-get install -y cmake'
- run:
name: Create build files
command: 'mkdir build ; cd build ; cmake .. -GNinja'
command: 'mkdir build ; cd build ; cmake ..'
- run:
name: Compile
command: 'cmake --build build'
- run:
name: Execute test suite
command: 'cd build ; ctest -j 10'
command: 'cd build ; ctest -j 2'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment