You need to sign in or sign up before continuing.
Select Git revision
run_codecov.sh
-
Stéphane Del Pino authored
subrepo: subdir: "packages/CLI11" merged: "b440890ea" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "b440890ea" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
Stéphane Del Pino authoredsubrepo: subdir: "packages/CLI11" merged: "b440890ea" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "b440890ea" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
clang11-mpi-debug.yml 407 B
test:clang11-mpi-debug:
image: localhost:5000/ubuntu_jammy_clang11_mpi
stage: test
needs: []
script:
- mkdir -p build/clang11-debug-mpi
- cd build/clang11-debug-mpi
- CXX=clang++-11 CC=clang-11 cmake ../.. -DCMAKE_BUILD_TYPE=Debug
- make -j 4
- make check
cache:
key: "${CI_COMMIT_REF_SLUG}-clang11-debug-mpi"
paths:
- build/clang11-debug-mpi
untracked: true