Skip to content

Commit

Permalink
Make a build with travis cache disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed May 7, 2020
1 parent 69d944d commit 661f662
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
dist: trusty
sudo: required
language: ocaml
cache:
apt: true
directories:
- $HOME/.opam
- build/compcert
- build/sepcomp
- build/msl
- build/veric
- build/floyd
- build_beta/compcert
- build_beta/sepcomp
- build_beta/msl
- build_beta/veric
- build_beta/floyd
# cache:
# apt: true
# directories:
# - $HOME/.opam
# - build/compcert
# - build/sepcomp
# - build/msl
# - build/veric
# - build/floyd
# - build_beta/compcert
# - build_beta/sepcomp
# - build_beta/msl
# - build_beta/veric
# - build_beta/floyd
addons:
apt:
sources:
Expand Down Expand Up @@ -71,7 +71,6 @@ install:
- opam show coq-compcert-64
- travis_wait 15 opam install -j ${NJOBS} -y coq=${COQ_VERSION} ${EXTRA_OPAM}
- opam install -j ${NJOBS} -y coq=${COQ_VERSION} coq-ext-lib coq-flocq
- opam uninstall coq-compcert
- travis_wait 10 opam install -j ${NJOBS} -y coq-compcert=${COMPCERT_VERSION}
- travis_wait 10 opam install -j ${NJOBS} -y coq-compcert-64=${COMPCERT_VERSION}
- ls -l $(coqc -where)/user-contrib/compcert
Expand Down

0 comments on commit 661f662

Please sign in to comment.