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
S
stdpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
49
Issues
49
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
stdpp
Commits
4cf19713
Commit
4cf19713
authored
Aug 22, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: use template; test 8.5.3, 8.6 and 8.6.1
parent
24cc2e47
Pipeline
#4324
passed with stage
in 15 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
24 deletions
+22
-24
.gitlab-ci.yml
.gitlab-ci.yml
+22
-24
No files found.
.gitlab-ci.yml
View file @
4cf19713
...
...
@@ -3,44 +3,42 @@ image: ralfjung/opam-ci:latest
variables
:
CPU_CORES
:
"
9"
stdpp-coq8.5
:
.template
:
&template
tags
:
-
fp-timing
script
:
# prepare
-
. build/opam-ci.sh coq 8.5.3
# build
-
'
time
make
-j$CPU_CORES'
cache
:
key
:
"
coq8.5"
paths
:
-
opamroot/
only
:
-
master
-
ci
-
timing
stdpp-coq8.6
:
tags
:
-
fp-timing
script
:
# prepare
-
. build/opam-ci.sh coq
8.6
-
. build/opam-ci.sh coq "$COQ_VERSION"
-
env | egrep '^(CI_BUILD_REF|CI_RUNNER)' > build-env.txt
# build
-
'
time
make
-j$CPU_CORES
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
time
make
-
k
-
j$CPU_CORES
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
if
fgrep
Axiom
build-log.txt
>/dev/null;
then
exit
1;
fi'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\(user:
[0-9]"
|
tee
build-time.txt'
-
'
if
((
RANDOM
%
10
==
0
));
then
make
validate;
fi'
-
'
if
test
-n
"$VALIDATE"
&&
((
RANDOM
%
10
==
0
));
then
make
validate;
fi'
cache
:
key
:
"
coq
8.6
"
key
:
"
coq
$COQ_VERSION
"
paths
:
-
opamroot/
only
:
-
master
-
ci
-
timing
-
/^ci/
stdpp-coq8.6.1
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.6.1"
VALIDATE
:
1
artifacts
:
paths
:
-
build-time.txt
-
build-env.txt
stdpp-coq8.6
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.6"
stdpp-coq8.5.3
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.5.3"
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