On Sunday, 19 March 2017 at 12:55:15 UTC, Johannes Pfau wrote:
Am Sun, 19 Mar 2017 06:04:35 +0000
schrieb Jeremy DeHaan <dehaan.jerem...@gmail.com>:
I've updated a Travis CI script to test my project against the
new 2.068.2 GDC versions, but 5.4.0 and 6.3.0 don't seem to be
available. When Travis runs, I get a `Failed to download
'http://gdcproject.org/downloads/binaries/x86_64-linux-gnu/gdc-5.4.0.tar.xz'`
error (or similar).
Any idea what's going on here?
Travis-CI uses a very old Ubuntu which makes running
the standard binaries difficult and 5.x/6.x don't work on
travis yet.
I'm not sure if this makes any difference, but Travis CI has
introduced beta Ubuntu 14.04 support. GDC 4.9.4 wasn't working on
Travis CI due to libatomic issues until I enabled it. I wonder if
GDC 5.4.0 and 6.3.0 would work under that?