IAP GITLAB

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

CI config cleanup for container

parent c37dacdd
No related branches found
No related tags found
1 merge request!86CI testing
Pipeline #349 passed
...@@ -3,16 +3,10 @@ image: corsika/devel:u-18.04 ...@@ -3,16 +3,10 @@ image: corsika/devel:u-18.04
variables: variables:
GIT_SSL_NO_VERIFY: "1" GIT_SSL_NO_VERIFY: "1"
#before_script:
# - apt-get update --yes
# - apt-get install --yes cmake libboost-dev libeigen3-dev python3 gfortran
# - apt-get install --yes doxygen graphviz
build: build:
stage: build stage: build
tags: tags:
- unam - corsika
# - corsika
script: script:
- mkdir build - mkdir build
- cd build - cd build
...@@ -36,8 +30,7 @@ build: ...@@ -36,8 +30,7 @@ build:
pages: pages:
stage: build stage: build
tags: tags:
- unam - corsika
# - 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