We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5649ce commit 3e70edeCopy full SHA for 3e70ede
.travis.yml
@@ -50,7 +50,7 @@ before_install:
50
before_script:
51
- mkdir build
52
- cd build
53
- - if [ "$CONFIG" != "Alternatives" ]; then cmake -DCMAKE_BUILD_TYPE=${CONFIG} .. ; else cmake -DCMAKE_BUILD_TYPE=Debug -DPMP_INDEXT_TYPE=64 -DPMP_SCALAR_TYPE=64 .. ; fi
+ - if [ "$CONFIG" != "Alternatives" ]; then cmake -DCMAKE_BUILD_TYPE=${CONFIG} .. ; else cmake -DCMAKE_BUILD_TYPE=Debug -DPMP_INDEX_TYPE=64 -DPMP_SCALAR_TYPE=64 .. ; fi
54
55
script:
56
- make -j 2
0 commit comments