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
796a3ca8
Commit
796a3ca8
authored
Apr 27, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into coq8.8_compat
parents
ce406faa
b1774cab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
22 deletions
+20
-22
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
scripts/ci-coq.sh
scripts/ci-coq.sh
+4
-4
scripts/ci-hol4.sh
scripts/ci-hol4.sh
+15
-17
No files found.
.gitlab-ci.yml
View file @
796a3ca8
image
:
localhost:5000/flover
image
:
heikobecker/coq-polyml-ci
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
none
GIT_SUBMODULE_STRATEGY
:
none
...
...
scripts/ci-coq.sh
View file @
796a3ca8
...
@@ -10,7 +10,7 @@ make -j
...
@@ -10,7 +10,7 @@ make -j
make clean
make clean
opam switch coq8.8
#
opam switch coq8.8
eval
`
opam config
env
`
#
eval `opam config env`
./configure_coq.sh
#
./configure_coq.sh
make
-j
#
make -j
scripts/ci-hol4.sh
View file @
796a3ca8
#!/bin/bash
#!/bin/bash
if
[[
"
$HOLDIR
"
=
""
]]
#We must be running on ci-server
then
echo
"HOLDIR not set, starting to install HOL4 into current directory."
#We must be running on ci-server
echo
"If this is not intended, please abort with Ctrl-c"
echo
"HOLDIR not set, starting to install HOL4 into current directory."
sleep
5
echo
"If this is not intended, please abort with Ctrl-c"
sleep
5
#Set HOL4 commit variable
HOLCOMMIT
=
"
$(
cat
./hol4/.HOLCOMMIT
)
"
#Set HOL4 commit variable
git clone https://github.com/HOL-Theorem-Prover/HOL.git HOL4
HOLCOMMIT
=
"
$(
cat
./hol4/.HOLCOMMIT
)
"
cd
HOL4
git clone https://github.com/HOL-Theorem-Prover/HOL.git HOL4
git checkout
$HOLCOMMIT
cd
HOL4
poly < tools/smart-configure.sml
git checkout
$HOLCOMMIT
bin/build
poly < tools/smart-configure.sml
export
HOLDIR
=
"
$(
pwd
)
"
bin/build
cd
../
export
HOLDIR
=
"
$(
pwd
)
"
cd
../
fi
cd
./hol4
cd
./hol4
...
...
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