Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18live
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18live
Merge requests
!2
CI and other bugs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI and other bugs
ci
into
master
Overview
0
Commits
16
Pipelines
1
Changes
1
Merged
René Schöne
requested to merge
ci
into
master
4 years ago
Overview
0
Commits
16
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a7a24010
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a7a24010
checking contents of models directory
· a7a24010
René Schöne
authored
4 years ago
.gitlab-ci.yml
+
3
−
0
Options
@@ -19,6 +19,7 @@ prepareTTCrepo:
stage
:
models
script
:
-
"
[
-d
ttc2018liveContest
]
||
git
clone
--depth=1
https://github.com/TransformationToolContest/ttc2018liveContest.git
ttc2018liveContest"
-
"
(
cd
ttc2018liveContest
&&
git
pull
)"
-
ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
# artifacts:
# paths:
@@ -42,6 +43,7 @@ test:
-
prepareTTCrepo
script
:
-
ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
-
ls solve/src/test/resources/models
-
./gradlew --console=plain test
artifacts
:
when
:
always
@@ -56,6 +58,7 @@ timing:
-
prepareTTCrepo
script
:
-
ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
-
ls solve/src/test/resources/models
-
./all-timed-benchmark.sh
artifacts
:
paths
:
Loading