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
19822e6d
Commit
19822e6d
authored
Aug 24, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gitlab ci config to run the binary phase
parent
3868698c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
.gitlab-ci.yml
+8
-2
No files found.
.gitlab-ci.yml
View file @
19822e6d
...
...
@@ -5,12 +5,13 @@ variables:
stages
:
-
compile
-
binary
# - regression
cache
:
paths
:
-
"
HOL4/"
compile-coq
:
stage
:
compile
script
:
./scripts/ci-coq.sh
...
...
@@ -22,9 +23,14 @@ compile-coq:
compile-hol
:
stage
:
compile
script
:
./scripts/ci-hol4.sh
-
build-binaries
:
stage
:
binary
script
:
./scripts/ci-binary.sh
artifacts
:
paths
:
-
hol4/binary/
-
hol4/binary
-
coq/binary
# regression-tests:
# stage: regression
...
...
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