Skip to content
Snippets Groups Projects
Verified Commit ac1347e4 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Use official gcc 9.2 multi-arch image

parent a386dcb7
No related branches found
No related tags found
No related merge requests found
Pipeline #5384 passed
......@@ -3,11 +3,7 @@ stages:
.compile: &compile_tmpl
stage: build
image: ubuntu:18.04
before_script:
- apt-get update
&& apt-get install -y build-essential
&& rm -rf /var/lib/apt/lists/*
image: gcc:9.2
script:
- make
......
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