Skip to content
Snippets Groups Projects
Commit a7a24010 authored by René Schöne's avatar René Schöne
Browse files

checking contents of models directory

parent cf6666c1
No related branches found
No related tags found
1 merge request!2CI and other bugs
...@@ -19,6 +19,7 @@ prepareTTCrepo: ...@@ -19,6 +19,7 @@ prepareTTCrepo:
stage: models stage: models
script: script:
- "[ -d ttc2018liveContest ] || git clone --depth=1 https://github.com/TransformationToolContest/ttc2018liveContest.git ttc2018liveContest" - "[ -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 - ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
# artifacts: # artifacts:
# paths: # paths:
...@@ -42,6 +43,7 @@ test: ...@@ -42,6 +43,7 @@ test:
- prepareTTCrepo - prepareTTCrepo
script: script:
- ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources - ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
- ls solve/src/test/resources/models
- ./gradlew --console=plain test - ./gradlew --console=plain test
artifacts: artifacts:
when: always when: always
...@@ -56,6 +58,7 @@ timing: ...@@ -56,6 +58,7 @@ timing:
- prepareTTCrepo - prepareTTCrepo
script: script:
- ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources - ln -sf ../../../../ttc2018liveContest/models solve/src/test/resources
- ls solve/src/test/resources/models
- ./all-timed-benchmark.sh - ./all-timed-benchmark.sh
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment