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
0b69ca8f
Commit
0b69ca8f
authored
6 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
test alpine edge release
parent
8d8776a1
No related branches found
No related tags found
1 merge request
!44
Advance to C++17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
0b69ca8f
...
...
@@ -5,7 +5,7 @@
# files implicitly passed between jobs or stages, only artifacts and maybe
# cache (depends on configuration).
image
:
alpine:
3.8
image
:
alpine:
edge
stages
:
-
build
...
...
@@ -29,7 +29,7 @@ stages:
.build:push
:
&build-push
<<
:
*build
image
:
alpine:
3.8
image
:
alpine:
edge
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 ${EXTRA_PKGS}
-
export CXX=${CXX}
...
...
@@ -128,7 +128,7 @@ build:doc:
.test:push
:
&test-push
<<
:
*test
image
:
alpine:
3.8
image
:
alpine:
edge
before_script
:
-
apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
...
...
@@ -204,7 +204,7 @@ test:ubuntu:rolling:
.docker
:
&docker_template
stage
:
docker
image
:
gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/ci:
3.8
image
:
gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/ci:
edge
cache
:
{}
# disable
variables
:
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