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.
1 parent 36fdda2 commit 3a49cdbCopy full SHA for 3a49cdb
.travis.yml
@@ -108,6 +108,9 @@ matrix:
108
# test error reporting and compiling (quickest job in this test suite)
109
- env: TEST_SUITES="testspecial test-compile"
110
111
+ # test libgap
112
+ - env: TEST_SUITES="testlibgap" CONFIGFLAGS="--enable-debug --enable-Werror --enable-libgap"
113
+
114
script:
115
- gcov --version
116
- bash etc/ci-prepare.sh && bash etc/ci.sh
etc/ci.sh
@@ -177,6 +177,10 @@ GAPInput
177
178
;;
179
180
+ testlibgap)
181
+ make testlibgap
182
+ ;;
183
184
*)
185
if [[ ! -f $SRCDIR/tst/${TEST_SUITE}.g ]]
186
then
0 commit comments