Skip to content
Snippets Groups Projects
Commit 4687d11d authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Trying to build using ninja instead of ninja-build

parent 23bf5eb9
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ script: ...@@ -38,7 +38,7 @@ script:
- cmake --version - cmake --version
- cd $NPTOOL/NPLib - cd $NPTOOL/NPLib
- cmake -GNinja ./ - cmake -GNinja ./
- ninja-build install - ninja install
- ./scripts/RootLogon.sh - ./scripts/RootLogon.sh
- ./scripts/test/all.sh - ./scripts/test/all.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment