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

CI: Single job

parent 3d691b0c
No related branches found
No related tags found
1 merge request!154Ci one job
Pipeline #2372 failed
This commit is part of merge request !154. Comments created here will be created in the context of that merge request.
...@@ -55,16 +55,16 @@ before_script: ...@@ -55,16 +55,16 @@ before_script:
- make install - make install
- cd ../.. - cd ../..
wolf_build: wolf_build_and_test:
stage: build stage: build
cache: # cache:
#key: "$CI_COMMIT_REF_NAME" # #key: "$CI_COMMIT_REF_NAME"
untracked: true # untracked: true
paths: # paths:
- build # - build
- bin # - bin
- lib # - lib
policy: push # policy: push
except: except:
- master - master
script: script:
...@@ -73,19 +73,20 @@ wolf_build: ...@@ -73,19 +73,20 @@ wolf_build:
- ls # we can check whether the directory was already full - ls # we can check whether the directory was already full
- cmake -DCMAKE_BUILD_TYPE=release .. - cmake -DCMAKE_BUILD_TYPE=release ..
- make - make
wolf_test:
stage: test
cache:
#key: "$CI_COMMIT_REF_NAME"
untracked: true
paths:
- build
- bin
- lib
policy: pull
except:
- master
script:
- cd build
- 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