-
- Downloads
Fix problems in CI failures (travis and semaphore)
In the Makefile.am, switched out the fetch (which can have auth problems in certain envs) with a simple branch per @perlpunk++'s suggestion. With the new test branches, travis had a problem in that it only clones one branch and we need the other branch refs to be available. Fixed this by fetching the other branch refs. I also cleaned up the travis YAML file. The Ubuntu 14.04 docker image (used by semaphoreci) had an older git, without the worktree command, so I made it install the latest git from a ppa. Renamed tests/run-tests.sh to tests/run-all-tests.sh for tab completion conflict reasons.
Showing
- .travis.yml 21 additions, 14 deletions.travis.yml
- Makefile.am 4 additions, 3 deletionsMakefile.am
- dockerfiles/ubuntu-14.04 5 additions, 0 deletionsdockerfiles/ubuntu-14.04
- tests/run-all-tests.sh 29 additions, 0 deletionstests/run-all-tests.sh
- tests/run-tests.sh 0 additions, 29 deletionstests/run-tests.sh
tests/run-all-tests.sh
0 → 100755
tests/run-tests.sh
deleted
100755 → 0
Please register or sign in to comment