Skip to content
Snippets Groups Projects

Draft: TEST_CI_FORK_DO_NOT_MERGE

Closed Grégoire Kubler requested to merge (removed):fix/ci_fork_exec into dev
Files
9
@@ -20,5 +20,5 @@ workflow:
@@ -20,5 +20,5 @@ workflow:
default:
default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script:
before_script:
- apt update
- apt -qq update # -qq is for quiet/silent
- apt install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
- apt -qq install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
Loading