Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minkiminki committed Mar 10, 2020
1 parent 112e60c commit 363b805
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cache:
apt: true
directories:
- $HOME/.opam
- $TRAVIS_BUILD_DIR/CompCertR
addons:
apt:
sources:
Expand Down Expand Up @@ -36,12 +35,10 @@ install:
- opam install -y --verbose -j ${NJOBS} menhir.${MENHIR} && opam pin add menhir ${MENHIR} -y
- opam repo add coq-released https://coq.inria.fr/opam/released
- opam install -y --verbose -j ${NJOBS} coq-paco.${PACO} && opam pin add coq-paco ${PACO} -y
- if [ ! -d "./CompCertR" ];
then
git clone ${COMPCERTR} CompCertR;
fi
- rm -rf ./CompCertR
- git clone ${COMPCERTR} CompCertR;
- cd CompCertR
- git reset --hard origin/${BRANCH}
- git checkout origin/${BRANCH}
- ./configure ${ARCHI}
- make -j ${NJOBS}

Expand All @@ -52,5 +49,6 @@ script:
- rm -rf CompCertM
- git clone https://github.com/$TRAVIS_REPO_SLUG.git CompCertM
- cd CompCertM
- git checkout $TRAVIS_COMMIT
- git fetch origin +refs/pull/*/merge:refs/remotes/origin/pr/*
- git checkout -qf $TRAVIS_COMMIT
- make -j ${NJOBS}

0 comments on commit 363b805

Please sign in to comment.