File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ install:
110
110
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111
111
- " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112
112
- rm cabal.project.freeze
113
- - ${CABAL} v2-build $WITHCOMPILER -v3 ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114
- - ${CABAL} v2-build $WITHCOMPILER -v3 - -disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
113
+ - ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114
+ - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
115
115
script :
116
116
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
117
117
# Packaging...
@@ -133,7 +133,7 @@ script:
133
133
- cat cabal.project.local || true
134
134
# Building...
135
135
# this builds all libraries and executables (without tests/benchmarks)
136
- - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
136
+ - ${CABAL} v2-build $WITHCOMPILER -v3 - -disable-tests --disable-benchmarks all | color_cabal_output
137
137
# Building with tests and benchmarks...
138
138
# build & run tests, build benchmarks
139
139
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
You can’t perform that action at this time.
0 commit comments