File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # This file was generated from `meta.yml`, please do not edit manually.
2- # Follow the instructions on https://github.com/coq-community/templates to regenerate.
3-
41version : 2.1
52
63jobs :
1613 OPAMVERBOSE : 1
1714 OPAMYES : true
1815 TERM : xterm
16+ SKIP_BUILD : |
17+ coq-certicoq
1918 steps :
2019 - checkout
2120 - run :
4948 PACKAGES=`opam list -s --depends-on coq-ext-lib --coinstallable-with $PINS`
5049 for PACKAGE in $PACKAGES
5150 do DEPS_FAILED=false
51+ echo $SKIP_BUILD | tr ' ' '\n' | grep ^$PACKAGE$ > /dev/null &&
52+ echo Skip $PACKAGE && continue
5253 opam install --deps-only $PACKAGE || DEPS_FAILED=true
5354 [ $DEPS_FAILED == true ] || opam install -t $PACKAGE
5455 done
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ shortname: coq-ext-lib
44opam_name : coq-ext-lib
55organization : coq-community
66community : true
7- circleci : true
7+ circleci : false
88ci_test_dependants : true
99submodule : true
1010
You can’t perform that action at this time.
0 commit comments