Skip to content

Commit

Permalink
travis: enable building "edim" for HPC-GAP
Browse files Browse the repository at this point in the history
This doesn't mean edim is actually usable (I haven't even tried it), but at
least it is one step closer to working.
  • Loading branch information
fingolfin committed Sep 7, 2017
1 parent 5092dc6 commit f01d1e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,12 @@ then
fi


# Compile edim to test gac (but not on HPC-GAP and not on Cygwin, where gac is known to be broken)
if [[ $HPCGAP != yes && $OSTYPE = Cygwin* ]]
# Compile edim to test gac (but not on Cygwin, where gac is known to be broken)
if [[ $OSTYPE != Cygwin* ]]
then
source $BUILDDIR/sysinfo.gap
cd edim
./configure $BUILDDIR
./configure $BUILDDIR CONFIGNAME=$CONFIGNAME
make
cd ..
fi
Expand Down

0 comments on commit f01d1e4

Please sign in to comment.