Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
56f287cf
Commit
56f287cf
authored
Sep 11, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next iteration on HOL4 ci, log some paths to debug
parent
6fcc5341
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
ci-hol4.sh
scripts/ci-hol4.sh
+10
-4
No files found.
.gitlab-ci.yml
View file @
56f287cf
...
...
@@ -15,13 +15,15 @@ compile-coq:
stage
:
compile
script
:
./scripts/ci-coq.sh
artifacts
:
expire_in
:
24h
paths
:
-
coq/
compile-hol
:
stage
:
compile
script
:
./scripts/ci-hol4.sh
artifacts
:
paths
:
-
hol4/
# regression-tests:
# stage: regression
...
...
scripts/ci-hol4.sh
View file @
56f287cf
...
...
@@ -4,6 +4,9 @@
HOLCOMMIT
=
"
$(
cat
./hol4/.HOLCOMMIT
)
"
FLOVERDIR
=
"
$(
pwd
)
"
#Debugging only:
echo
"Set FloverDir to
$FLOVERDIR
"
#HOL4 always cloned exactly here --> must be in this folder
if
[
!
-d
"./HOL4"
]
;
then
...
...
@@ -37,11 +40,17 @@ else
cd
$FLOVERDIR
fi
cd
./hol4
#Debugging only:
echo
"I am in
$(
pwd
)
"
cd
./hol4/binary
#Do a clean build -> remove all temp files
$HOLDIR
/bin/Holmake cleanAll
-r
cd
..
echo
"Downloading CakeML"
git submodule init cakeml
git submodule update
-f
cakeml
...
...
@@ -50,9 +59,6 @@ $HOLDIR/bin/Holmake
cd
./binary
#TODO Remove me when CI is stable again?
$HOLDIR
/bin/Holmake cleanAll
-r
$HOLDIR
/bin/Holmake checkerBinaryTheory.uo
$HOLDIR
/bin/Holmake checker.S
$HOLDIR
/bin/Holmake cake_checker
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