Skip to content
Snippets Groups Projects
Commit 3cb225c5 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

get CI test back alive

parent 8922f842
No related branches found
No related tags found
1 merge request!45Update "Development documentation"
Pipeline #128567 passed
...@@ -72,8 +72,7 @@ test:jammy: ...@@ -72,8 +72,7 @@ test:jammy:
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
stage: test stage: test
script: script:
- "echo ok" - "bash ci/scripts/test.sh $CI_PROJECT_DIR/install/gcc $CI_PROJECT_DIR/hysop $CI_PROJECT_DIR/cache"
# - "bash ci/scripts/test.sh $CI_PROJECT_DIR/install/gcc $CI_PROJECT_DIR/hysop $CI_PROJECT_DIR/cache"
dependencies: dependencies:
- install:jammy - install:jammy
cache: cache:
...@@ -84,8 +83,9 @@ test:jammy: ...@@ -84,8 +83,9 @@ test:jammy:
# Trigger the CI of hysop-doc project to re-build online documentation (user+generated) # Trigger the CI of hysop-doc project to re-build online documentation (user+generated)
onlinedocupdate: onlinedocupdate:
stage: doc stage: doc
# rules: rules:
# - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
trigger: trigger:
project: particle_methods/hysop-doc project: particle_methods/hysop-doc
branch: main branch: main
allow_failure: true
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