File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,11 @@ addons:
38
38
packages :
39
39
- libwww-perl
40
40
41
- install :
42
- - chmod a+x regression/failed-tests-printer.pl
43
- - cd src && make minisat2-download
44
-
45
41
script :
46
- - make CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 && cd ../regression && make test
42
+ - make -C src minisat2-download
43
+ - make -C src CXXFLAGS="-Wall -O2 -g -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare" -j2 && make -C regression test
47
44
48
45
matrix :
49
46
include :
50
47
- env : NAME="CPP-LINT"
51
- script : cd .. && python scripts/cpplint.py `git diff --name-only master HEAD`
48
+ script : DIFF= `git diff --name-only master HEAD` && if [ "$DIFF" != "" ]; then python scripts/cpplint.py $DIFF; fi
You can’t perform that action at this time.
0 commit comments