diff options
| author | Vincent Laporte | 2019-05-03 10:06:29 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-05-07 14:18:24 +0000 |
| commit | b50bd0f9fd2fedb7dd14edd39baabf2fc3be8e3b (patch) | |
| tree | 851abb4489af9ddd3660ebb2af029257f72a99e7 /dev | |
| parent | 1ec731fbef3ac13b7a8783461b8fa6609f962054 (diff) | |
Add overlays for CompCert, VST, and coquelicot
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/09854-vbgl-field_simplify_int.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09854-vbgl-field_simplify_int.sh b/dev/ci/user-overlays/09854-vbgl-field_simplify_int.sh new file mode 100644 index 0000000000..88f5f73e5f --- /dev/null +++ b/dev/ci/user-overlays/09854-vbgl-field_simplify_int.sh @@ -0,0 +1,12 @@ +if [ "$CI_PULL_REQUEST" = "9854" ] || [ "$CI_BRANCH" = "field_simplify_int" ]; then + + compcert_CI_REF=field_simplify_int + compcert_CI_GITURL=https://github.com/vbgl/CompCert + + coquelicot_CI_REF=field_simplify_int + coquelicot_CI_GITURL=https://gitlab.com/vbgl/coquelicot + + vst_CI_REF=field_simplify_int + vst_CI_GITURL=https://github.com/vbgl/VST + +fi |
