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
bd88aa14
Commit
bd88aa14
authored
6 years ago
by
Tomáš Pecka
Committed by
Jan Trávníček
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: Small improvements to CI conf
parent
d88384ed
No related branches found
No related tags found
1 merge request
!51
Cmake sanitizer
Pipeline
#28151
passed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-10
12 additions, 10 deletions
.gitlab-ci.yml
with
12 additions
and
10 deletions
.gitlab-ci.yml
+
12
−
10
View file @
bd88aa14
...
...
@@ -29,10 +29,6 @@ stages:
.build:push
:
&build-push
<<
:
*build
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}
except
:
variables
:
-
$SCHEDULED_NIGHTLY
...
...
@@ -45,13 +41,16 @@ stages:
build:alpine:gcc
:
<<
:
*build-push
variables
:
CXX
:
g++
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
build:alpine:clang
:
<<
:
*build-push
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 clang
variables
:
EXTRA_PKGS
:
clang
CXX
:
clang++
# build:debian:stable:
...
...
@@ -133,9 +132,6 @@ build:doc:
.test:push
:
&test-push
<<
:
*test
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
except
:
variables
:
-
$SCHEDULED_NIGHTLY
...
...
@@ -148,11 +144,17 @@ build:doc:
test:alpine:gcc
:
<<
:
*test-push
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
dependencies
:
-
build:alpine:gcc
test:alpine:clang
:
<<
:
*test-push
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
dependencies
:
-
build:alpine:clang
...
...
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