Skip to content

Commit 4bc3ac2

Browse files
author
Ayla Khan
committed
Try Ninja for Travis-CI builds. In theory should be faster and better load-balanced than GNU make. Travis may error if no output for 10 minutes.
1 parent 0372a04 commit 4bc3ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ matrix:
1616
before_install:
1717
- date -u
1818
- uname -a
19-
- sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa
19+
- sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build
2020

2121
script:
2222
- cd bin
23-
- cmake -DTRAVIS_BUILD:BOOL=ON ../Superbuild
24-
- make -j4 1> /dev/null
23+
- cmake -GNinja -DTRAVIS_BUILD:BOOL=ON ../Superbuild
24+
- ninja
2525
- cd SCIRun
2626
- ./Algorithm_Layer_Test
2727
- ./Modules_Factory_Tests --gtest_filter=*HardCodedModuleFactoryTests*

0 commit comments

Comments
 (0)