diff options
Diffstat (limited to 'dev/ci')
| -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 |
