Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
4e6f9271
Commit
4e6f9271
authored
6 years ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
CI: Alpine:edge is now v3.9
parent
85416bce
No related branches found
No related tags found
1 merge request
!53
CI: Alpine:edge is now v3.9
Pipeline
#28236
passed
6 years ago
Stage: build
Stage: docker
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
4e6f9271
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment