IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c37dacdd authored by Lukas Nellen's avatar Lukas Nellen :footprints:
Browse files

Test specialized container

parent e439d5ab
No related branches found
No related tags found
1 merge request!86CI testing
Pipeline #348 passed
image: ubuntu:bionic image: corsika/devel:u-18.04
variables: variables:
GIT_SSL_NO_VERIFY: "1" GIT_SSL_NO_VERIFY: "1"
before_script: #before_script:
- apt-get update --yes # - apt-get update --yes
- apt-get install --yes cmake libboost-dev libeigen3-dev python3 gfortran # - apt-get install --yes cmake libboost-dev libeigen3-dev python3 gfortran
- apt-get install --yes doxygen graphviz # - apt-get install --yes doxygen graphviz
build: build:
stage: build stage: build
tags: tags:
- corsika - unam
# - corsika
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- cmake --build . - cmake --build . -- -j 4
- ctest -j4 -V >& test.log - ctest -j4 -V >& test.log
after_script: after_script:
- cd build - cd build
...@@ -35,7 +36,8 @@ build: ...@@ -35,7 +36,8 @@ build:
pages: pages:
stage: build stage: build
tags: tags:
- corsika - unam
# - corsika
script: script:
- mkdir build - mkdir build
- cd build - cd build
......
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