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

CI: Disable alpine:clang job

parent 704877f1
No related branches found
No related tags found
1 merge request!79Dev tp
Pipeline #35466 passed
...@@ -45,13 +45,13 @@ build:alpine:gcc: ...@@ -45,13 +45,13 @@ build:alpine:gcc:
before_script: before_script:
- apk add --no-cache bash build-base cmake python3 libexecinfo-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 libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev
   
build:alpine:clang: # build:alpine:clang:
<<: *build-compatibility # <<: *build-compatibility
image: alpine:3.9 # image: alpine:3.9
before_script: # before_script:
- apk add --no-cache bash build-base cmake python3 libexecinfo-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 libxml2-dev tclap-dev readline-dev qt5-qtbase-dev graphviz-dev jsoncpp-dev clang
variables: # variables:
CXX: clang++ # CXX: clang++
   
# build:debian:stable: # build:debian:stable:
# <<: *build-compatibility # <<: *build-compatibility
...@@ -157,13 +157,13 @@ test:alpine:gcc: ...@@ -157,13 +157,13 @@ test:alpine:gcc:
dependencies: dependencies:
- build:alpine:gcc - build:alpine:gcc
   
test:alpine:clang: # test:alpine:clang:
<<: *test-compatibility # <<: *test-compatibility
image: alpine:3.9 # image: alpine:3.9
before_script: # before_script:
- apk add --no-cache bash bc coreutils python3 cmake make libexecinfo libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp # - apk add --no-cache bash bc coreutils python3 cmake make libexecinfo libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
dependencies: # dependencies:
- build:alpine:clang # - build:alpine:clang
   
# test:debian:stable: # test:debian:stable:
# <<: *test-compatibility # <<: *test-compatibility
......
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