Do not build & install the published version, as it takes too long.

This commit is contained in:
Georges Dupéron 2017-06-01 14:56:07 +02:00
parent 415cdc610b
commit e2fe727b4f

View File

@ -31,12 +31,13 @@ script:
#
#
#####################################################################################################
- mv ~/.racket ~/.racket-local-install
- echo
- echo Installing from the main repository, to catch eventual dependency issues on the master branch.
- echo
- raco pkg install --deps search-auto -j 2 "$(basename "$TRAVIS_BUILD_DIR")"
- raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")"
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")"
- raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
# This actually takes too long, and the build times out sometimes.
#- mv ~/.racket ~/.racket-local-install
#- echo
#- echo Installing from the main repository, to catch eventual dependency issues on the master branch.
#- echo
#- raco pkg install --deps search-auto -j 2 "$(basename "$TRAVIS_BUILD_DIR")"
#- raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")"
#- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")"
#- raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
#####################################################################################################