Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
9894803f
Commit
9894803f
authored
Mar 29, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into fixed_point_checking
parents
e777bccf
4c0b242a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
9894803f
...
...
@@ -9,8 +9,8 @@ stages:
compile-coq
:
stage
:
compile
only
:
-
master
except
:
-
/^WIP:.*$/
script
:
./scripts/ci-coq.sh
artifacts
:
expire_in
:
24h
...
...
@@ -19,8 +19,8 @@ compile-coq:
compile-hol
:
stage
:
compile
only
:
-
master
except
:
-
/^WIP:.*$/
script
:
./scripts/ci-hol4.sh
artifacts
:
expire_in
:
24h
...
...
@@ -29,6 +29,6 @@ compile-hol:
regression-tests
:
stage
:
regression
only
:
-
master
except
:
-
/^WIP:.*$/
script
:
./scripts/regressiontests.sh
\ No newline at end of file
Write
Preview
Markdown
is supported
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