Closed olexandr-konovalov closed 7 years ago
There is a Travis CI script for Ward, and I have just checked that it works: see for example https://travis-ci.org/gap-system/ward/jobs/211388744. Looking what's different. I've replaced precise by trusty, but it still builds in THIS repo.
We have figured out that this is due to different CFLAGS & LDFLAGS, and fixed that by calling
CFLAGS= LDFLAGS= ./build.sh
In PR #81 I am trying to add Travis CI builds with
--enable-hpcgap
option. Building Lua fails as e.g. in https://travis-ci.org/fingolfin/gap/jobs/211320936 (see below). @rbehrends maybe you have an idea?