Skip to content
Snippets Groups Projects
Commit 44419cee authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

cleanup of gitlab-CI yaml file

parent 8084a8ca
No related branches found
No related tags found
1 merge request!154Ci one job
Pipeline #
This commit is part of merge request !154. Comments created here will be created in the context of that merge request.
...@@ -57,14 +57,6 @@ before_script: ...@@ -57,14 +57,6 @@ before_script:
wolf_build_and_test: wolf_build_and_test:
stage: build stage: build
# cache:
# #key: "$CI_COMMIT_REF_NAME"
# untracked: true
# paths:
# - build
# - bin
# - lib
# policy: push
except: except:
- master - master
script: script:
...@@ -74,19 +66,3 @@ wolf_build_and_test: ...@@ -74,19 +66,3 @@ wolf_build_and_test:
- cmake -DCMAKE_BUILD_TYPE=release .. - cmake -DCMAKE_BUILD_TYPE=release ..
- make - make
- ctest - ctest
#wolf_test:
# stage: test
# cache:
# #key: "$CI_COMMIT_REF_NAME"
# untracked: true
# paths:
# - build
# - bin
# - lib
# policy: pull
# except:
# - master
# script:
# - cd build
# - ctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment