mirror of
https://github.com/nlohmann/json.git
synced 2024-12-18 16:57:51 +08:00
👷 Ninja seems not to work
This commit is contained in:
parent
0a57c51a69
commit
80daa19331
@ -14,14 +14,14 @@ jobs:
|
|||||||
name: Install GCC
|
name: Install GCC
|
||||||
command: 'apt-get update && apt-get install -y gcc g++'
|
command: 'apt-get update && apt-get install -y gcc g++'
|
||||||
- run:
|
- run:
|
||||||
name: Install CMake and Ninja
|
name: Install CMake
|
||||||
command: 'apt-get update && sudo apt-get install -y cmake ninja-build'
|
command: 'apt-get update && sudo apt-get install -y cmake'
|
||||||
- run:
|
- run:
|
||||||
name: Create build files
|
name: Create build files
|
||||||
command: 'mkdir build ; cd build ; cmake .. -GNinja'
|
command: 'mkdir build ; cd build ; cmake ..'
|
||||||
- run:
|
- run:
|
||||||
name: Compile
|
name: Compile
|
||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
- run:
|
- run:
|
||||||
name: Execute test suite
|
name: Execute test suite
|
||||||
command: 'cd build ; ctest -j 10'
|
command: 'cd build ; ctest -j 2'
|
||||||
|
Loading…
Reference in New Issue
Block a user