Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
1db2924c
Commit
1db2924c
authored
May 28, 2021
by
Ralf Jung
Browse files
update nightly build config recommendations
parent
c7d3f1cb
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
1db2924c
...
...
@@ -105,9 +105,9 @@ this end, add a job like this:
build-iris.dev:
<<: *template
variables:
STDPP_RE
V
: "iris/stdpp"
IRIS_RE
V
: "iris/iris"
OPAM_PINS: "coq version 8.1
0
.dev git+https://gitlab.mpi-sws.org/$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REV"
STDPP_RE
PO
: "iris/stdpp"
IRIS_RE
PO
: "iris/iris"
OPAM_PINS: "coq version 8.1
3
.dev git+https://gitlab.mpi-sws.org/$STDPP_
REPO#$STDPP_
REV git+https://gitlab.mpi-sws.org/$IRIS_
REPO#$IRIS_
REV"
except:
only:
- triggers
...
...
@@ -121,8 +121,9 @@ REST API or by a schedule. The pins are set up to install a development version
of all the dependencies, and the
`8.10`
branch of Coq.
The
`STDPP_REV`
and
`IRIS_REV`
variables can be set via an API request to test
this repository against different branches or even forks of std++ and Iris (see
the
`build-all`
script in the Iris repository.)
this repository against different branches of std++ or Iris;
`STDPP_REPO`
and
`IRIS_REPO`
can be set to fetch those branches from forks (see the
`build-all`
script in the Iris repository.)
Now ask an admin to set up a pipeline schedule. We usually only
do nightly builds for projects in the iris group; those schedules should be
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment