Skip to content
Snippets Groups Projects
Commit c716469f authored by François Bobot's avatar François Bobot
Browse files

[CI] install first system package

parent 230403a9
No related branches found
No related tags found
1 merge request!23Dev
Pipeline #46018 failed
...@@ -40,8 +40,10 @@ tests: ...@@ -40,8 +40,10 @@ tests:
- eval `opam-2.1 config env` - eval `opam-2.1 config env`
- sudo apt-get update - sudo apt-get update
- opam-2.1 remote add uptodate https://opam.ocaml.org/ - opam-2.1 remote add uptodate https://opam.ocaml.org/
- opam-2.1 install . --deps-only --with-test --with-doc --yes --depext-only
- opam-2.1 install . --deps-only --with-test --with-doc --yes - opam-2.1 install . --deps-only --with-test --with-doc --yes
- opam-2.1 repo add coq-released https://coq.inria.fr/opam/released - opam-2.1 repo add coq-released https://coq.inria.fr/opam/released
- opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq --depext-only
- opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq # For generation not done in release mode - opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq # For generation not done in release mode
- make - make
- make test - make test
...@@ -65,8 +67,10 @@ generate-static: ...@@ -65,8 +67,10 @@ generate-static:
- eval `opam-2.1 config env` - eval `opam-2.1 config env`
- opam-2.1 remote add uptodate https://opam.ocaml.org/ - opam-2.1 remote add uptodate https://opam.ocaml.org/
- sed -e "s/; FOR STATIC//" -i src_colibri2/bin/dune - sed -e "s/; FOR STATIC//" -i src_colibri2/bin/dune
- opam-2.1 install . --deps-only --locked --with-test --with-doc --yes - opam-2.1 install . --deps-only --with-test --with-doc --yes --depext-only
- opam-2.1 install . --deps-only --with-test --with-doc --yes
- opam-2.1 repo add coq-released https://coq.inria.fr/opam/released - opam-2.1 repo add coq-released https://coq.inria.fr/opam/released
- opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq coq-coq2html --depext-only
- opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq coq-coq2html # For generation not done in release mode - opam-2.1 install --yes why3 core jingoo yojson logs core coq-flocq coq-coq2html # For generation not done in release mode
- echo -e "\e[31mCompile Colibri2 static\e[0m" - echo -e "\e[31mCompile Colibri2 static\e[0m"
- make - make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment