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

* Fixing travis build with ninja

parent a67056b7
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ install:
script:
- cd $NPTOOL/NPLib
- cmake ./
- ninja install
- cmake -GNinja ./
- ninja-build install
- ./scripts/RootLogon.sh
- ./scripts/test/all.sh
......@@ -54,7 +54,7 @@ addons:
- g++-4.8
- libexpat1-dev
- libexpat1
- ninja
- ninja-build
notifications:
email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment