Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
colibrics
Commits
c716469f
Commit
c716469f
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[CI] install first system package
parent
230403a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Dev
Pipeline
#46018
failed
2 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
1
View file @
c716469f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment