Skip to content

Commit

Permalink
WIP-xgap
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 9, 2018
1 parent 743b59f commit 8534ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ matrix:
#- libfplll-dev # for float
- pari-gp # for alnuth
- libzmq3-dev # for ZeroMQInterface
- libxaw7-dev # for xgap
- libxmu-dev # for xgap

- env: TEST_SUITES=testpackages ABI=32
addons:
Expand All @@ -64,8 +62,6 @@ matrix:
#- libfplll-dev:i386 # for float
- pari-gp:i386 # for alnuth
- libzmq3-dev:i386 # for ZeroMQInterface
- libxaw7-dev:i386 # for xgap
- libxmu-dev:i386 # for xgap

# OS X builds: since those are slow and limited on Travis, we only run testinstall
# OS X builds are currently disabled because Travis has performance problems
Expand Down
2 changes: 2 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ do
rm -rf pargap*
# skip PolymakeInterface: no polynmake installed (TODO: is there a polymake package we can use)
rm -rf PolymakeInterface*
# skip xgap: no X11 headers, and no means to test it
rm -rf xgap*

# HACK to work out timestamp issues with anupq
touch anupq*/configure* anupq*/Makefile* anupq*/aclocal.m4
Expand Down

0 comments on commit 8534ead

Please sign in to comment.