From 8534ead37896281aef0a099eae9283b5dfbb0474 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 9 Nov 2018 10:07:50 +0100 Subject: [PATCH] WIP-xgap --- .travis.yml | 4 ---- etc/ci.sh | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9158c1564b7..0c420deef80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 diff --git a/etc/ci.sh b/etc/ci.sh index 7b3b1932ff6..05c58580da1 100644 --- a/etc/ci.sh +++ b/etc/ci.sh @@ -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