Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
chore(build) Switch to OCaml 4.09 and Qcert 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Jul 25, 2020
1 parent e3e7941 commit 32f2692
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ common_steps: &common_steps
opam init --disable-sandboxing -j 1 -n -y
sed -i "s/^jobs: [0-9]*/jobs: $NJOBS/g" ~/.opam/config
eval $(opam env)
opam switch create 4.07.1 || true
opam switch set 4.07.1
opam switch create $OCAML_VERSION || true
opam switch set $OCAML_VERSION
opam repo add coq-released https://coq.inria.fr/opam/released || true
opam update || true
- run:
Expand All @@ -48,7 +48,7 @@ common_steps: &common_steps
- run:
name: "Install Q*cert"
command: |
opam install -y -v coq-qcert.1.4.1
opam install -y -v coq-qcert.2.0.0
no_output_timeout: 30m
- save_cache:
<<: *common_cache_key
Expand All @@ -73,12 +73,12 @@ common_steps: &common_steps
version: 2
jobs:
4.07.1:
4.09.1:
docker:
- image: circleci/openjdk:8-jdk
environment:
- TERM: dumb
- OCAML_VERSION: "4.07.x"
- OCAML_VERSION: "4.09.1"
- CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
- NJOBS: 2
- NPM_CONFIG_PREFIX: "~/.npm-global"
Expand All @@ -88,4 +88,4 @@ workflows:
version: 2
build-deploy:
jobs:
- 4.07.1
- 4.09.1
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#

## Qcert compiler location
QCERT=../qcert-master
#QCERT=../qcert-master

0 comments on commit 32f2692

Please sign in to comment.