aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml90
1 files changed, 45 insertions, 45 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 27519eab2..9b0cc2119 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -173,7 +173,7 @@ opam-switch: &opam-switch
name: Test
command: |
source ~/.profile
- make -f Makefile.ci -j ${NJOBS} TIMED=1 ${CIRCLE_JOB}
+ dev/ci/ci-wrapper.sh ${CIRCLE_JOB}
- persist_to_workspace:
root: *workspace
paths:
@@ -262,85 +262,85 @@ jobs:
COMPILER: *compiler-be
EXTRA_PACKAGES: *timing-packages
- ci-bignums:
+ bignums:
<<: *ci-template
- ci-color:
+ color:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: *timing-packages
- ci-compcert:
+ compcert:
<<: *ci-template
- ci-coq-dpdgraph:
+ coq-dpdgraph:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: "time python autoconf automake"
- ci-coquelicot:
+ coquelicot:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: "time python autoconf automake"
- ci-equations:
+ equations:
<<: *ci-template
- ci-geocoq:
+ geocoq:
<<: *ci-template
- ci-fiat-crypto:
+ fiat-crypto:
<<: *ci-template
- ci-fiat-parsers:
+ fiat-parsers:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: *timing-packages
- ci-flocq:
+ flocq:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: "time python autoconf automake"
- ci-math-classes:
+ math-classes:
<<: *ci-template
- ci-corn:
+ corn:
<<: *ci-template
- ci-formal-topology:
+ formal-topology:
<<: *ci-template
- ci-hott:
+ hott:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: "time python autoconf automake"
- ci-iris-lambda-rust:
+ iris-lambda-rust:
<<: *ci-template
- ci-ltac2:
+ ltac2:
<<: *ci-template
- ci-math-comp:
+ math-comp:
<<: *ci-template
- ci-sf:
+ sf:
<<: *ci-template
environment:
<<: *ci-template-vars
EXTRA_PACKAGES: "time python wget"
- ci-unimath:
+ unimath:
<<: *ci-template
- ci-vst:
+ vst:
<<: *ci-template
workflows:
@@ -361,38 +361,38 @@ workflows:
- test-suite: *req-main
- documentation: *req-main
- - ci-bignums: *req-main
- - ci-color:
+ - bignums: *req-main
+ - color:
requires:
- build
- - ci-bignums
- - ci-compcert: *req-main
- - ci-coq-dpdgraph: *req-main
- - ci-coquelicot: *req-main
- - ci-equations: *req-main
- - ci-geocoq: *req-main
- - ci-fiat-crypto: *req-main
- - ci-fiat-parsers: *req-main
- - ci-flocq: *req-main
- - ci-math-classes:
+ - bignums
+ - compcert: *req-main
+ - coq-dpdgraph: *req-main
+ - coquelicot: *req-main
+ - equations: *req-main
+ - geocoq: *req-main
+ - fiat-crypto: *req-main
+ - fiat-parsers: *req-main
+ - flocq: *req-main
+ - math-classes:
requires:
- build
- - ci-bignums
- - ci-corn:
+ - bignums
+ - corn:
requires:
- build
- - ci-math-classes
- - ci-formal-topology:
+ - math-classes
+ - formal-topology:
requires:
- build
- - ci-corn
- - ci-hott: *req-main
- - ci-iris-lambda-rust: *req-main
- - ci-ltac2: *req-main
- - ci-math-comp: *req-main
- - ci-sf: *req-main
- - ci-unimath: *req-main
- - ci-vst: *req-main
+ - corn
+ - hott: *req-main
+ - iris-lambda-rust: *req-main
+ - ltac2: *req-main
+ - math-comp: *req-main
+ - sf: *req-main
+ - unimath: *req-main
+ - vst: *req-main
- build-32bit:
requires: