We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0372a04 + c78a1c3 commit e20e750Copy full SHA for e20e750
.travis.yml
@@ -16,12 +16,12 @@ matrix:
16
before_install:
17
- date -u
18
- uname -a
19
-- sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa
+- sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build
20
21
script:
22
- cd bin
23
- - cmake -DTRAVIS_BUILD:BOOL=ON ../Superbuild
24
- - make -j4 1> /dev/null
+ - cmake -GNinja -DTRAVIS_BUILD:BOOL=ON ../Superbuild
+ - travis_wait 40 ninja
25
- cd SCIRun
26
- ./Algorithm_Layer_Test
27
- ./Modules_Factory_Tests --gtest_filter=*HardCodedModuleFactoryTests*
0 commit comments