Skip to content
Snippets Groups Projects
Commit 4e6f9271 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CI: Alpine:edge is now v3.9

parent 85416bce
No related branches found
No related tags found
1 merge request!53CI: Alpine:edge is now v3.9
Pipeline #28236 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# files implicitly passed between jobs or stages, only artifacts and maybe # files implicitly passed between jobs or stages, only artifacts and maybe
# cache (depends on configuration). # cache (depends on configuration).
   
image: alpine:edge image: alpine:3.9
   
stages: stages:
- build - build
...@@ -41,13 +41,13 @@ stages: ...@@ -41,13 +41,13 @@ stages:
   
build:alpine:gcc: build:alpine:gcc:
<<: *build-push <<: *build-push
image: alpine:edge image: alpine:3.9
before_script: before_script:
- apk add --no-cache bash build-base cmake python3 libexecinfo-dev cppunit-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev - apk add --no-cache bash build-base cmake python3 libexecinfo-dev cppunit-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev
   
build:alpine:clang: build:alpine:clang:
<<: *build-push <<: *build-push
image: alpine:edge image: alpine:3.9
before_script: before_script:
- apk add --no-cache bash build-base cmake python3 libexecinfo-dev cppunit-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev clang - apk add --no-cache bash build-base cmake python3 libexecinfo-dev cppunit-dev libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev clang
variables: variables:
...@@ -144,7 +144,7 @@ build:doc: ...@@ -144,7 +144,7 @@ build:doc:
   
test:alpine:gcc: test:alpine:gcc:
<<: *test-push <<: *test-push
image: alpine:edge image: alpine:3.9
before_script: before_script:
- apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp - apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
dependencies: dependencies:
...@@ -152,7 +152,7 @@ test:alpine:gcc: ...@@ -152,7 +152,7 @@ test:alpine:gcc:
   
test:alpine:clang: test:alpine:clang:
<<: *test-push <<: *test-push
image: alpine:edge image: alpine:3.9
before_script: before_script:
- apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp - apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
dependencies: dependencies:
...@@ -217,7 +217,7 @@ test:ubuntu:rolling: ...@@ -217,7 +217,7 @@ test:ubuntu:rolling:
   
.docker: &docker_template .docker: &docker_template
stage: docker stage: docker
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/ci:edge image: alpine:3.9
cache: {} # disable cache: {} # disable
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
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