Skip to content
Snippets Groups Projects
Commit 07069823 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Start build immediately + added dependencies

parent 23c667ce
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script:
- apt update
- apt install -y cmake cppcheck python-is-python3 pip git gcovr
- apt install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
build:ubuntu_cpp:
stage: build
needs: []
tags:
- docker
script:
......@@ -21,6 +22,7 @@ build:ubuntu_cpp:
build:ubuntu_python:
stage: build
needs: []
tags:
- docker
script:
......
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