Skip to content

Commit e20e750

Browse files
authored
Merge pull request #1581 from SCIInstitute/try_ninja
Try ninja
2 parents 0372a04 + c78a1c3 commit e20e750

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+
- travis_wait 40 ninja
2525
- cd SCIRun
2626
- ./Algorithm_Layer_Test
2727
- ./Modules_Factory_Tests --gtest_filter=*HardCodedModuleFactoryTests*

0 commit comments

Comments
 (0)