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
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment