Skip to content
Snippets Groups Projects
Commit 3f7a733a authored by dgelessus's avatar dgelessus
Browse files

Simplify Linux test job definition

parent 5ca1cc78
Branches
No related tags found
No related merge requests found
......@@ -17,14 +17,10 @@ stages:
- build/distributions
- build/libs
.test-linux:
extends: .test-common
variables:
DEBIAN_FRONTEND: noninteractive
test:linux:
extends: .test-linux
image: eclipse-temurin:17
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
- apt-get update
- apt-get install --assume-yes build-essential fakeroot cmake git build-essential libboost-all-dev wget curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment