Newer
Older
##
## Copyright (C) HySoP 2011-2022
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
Jean-Baptiste Keck
committed
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
- "bash ci/scripts/config.sh $CI_PROJECT_DIR/build/gcc $CI_PROJECT_DIR/install/gcc gcc-11 g++-11 gfortran-11"
- "bash ci/scripts/config.sh $CI_PROJECT_DIR/build/clang $CI_PROJECT_DIR/install/clang clang-11 clang++-11 gfortran-11"
expire_in: 1 week
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
- "bash ci/scripts/build.sh $CI_PROJECT_DIR/build/gcc gcc-11 g++-11 gfortran-11"
- "bash ci/scripts/build.sh $CI_PROJECT_DIR/build/clang clang-11 clang++-11 gfortran-11"
expire_in: 1 week
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
- "bash ci/scripts/install.sh $CI_PROJECT_DIR/build/gcc $CI_PROJECT_DIR/install/gcc"
expire_in: 1 week
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
- "bash ci/scripts/test.sh $CI_PROJECT_DIR/install/gcc $CI_PROJECT_DIR/hysop $CI_PROJECT_DIR/cache"
Jean-Baptiste Keck
committed
key: "hysop_cache"