Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
90
Issues
90
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
37200bc6
Commit
37200bc6
authored
Dec 24, 2016
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Use our own registry for docker images
parent
e397fc83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
37200bc6
...
...
@@ -18,7 +18,7 @@ variables:
stage
:
build
tags
:
-
docker
image
:
biboumi-test-fedora:latest
image
:
docker.louiz.org/
biboumi-test-fedora:latest
script
:
-
"
echo
Running
cmake
with
the
following
parameters:
-DCMAKE_CXX_COMPILER=${COMPILER}
-DCMAKE_BUILD_TYPE=${BUILD_TYPE}
${BOTAN}
${CARES}
${SYSTEMD}
${LIBIDN}
${LITESQL}"
-
cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
...
...
@@ -70,7 +70,7 @@ build:rpm:
-
master@louiz/biboumi
tags
:
-
docker
image
:
biboumi-test-fedora:latest
image
:
docker.louiz.org/
biboumi-test-fedora:latest
script
:
-
cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
-
make rpm -j$(nproc || echo 1)
...
...
@@ -103,11 +103,11 @@ build:rpm:
name
:
$CI_PROJECT_NAME-test-$CI_BUILD_ID
test:debian:
image
:
biboumi-test-debian:latest
image
:
docker.louiz.org/
biboumi-test-debian:latest
<<
:
*basic_test
test:fedora:
image
:
biboumi-test-fedora:latest
image
:
docker.louiz.org/
biboumi-test-fedora:latest
<<
:
*basic_test
test:freebsd:
...
...
@@ -130,7 +130,7 @@ test:coverity:
-
master@louiz/biboumi
tags
:
-
docker
image
:
biboumi-test-fedora:latest
image
:
docker.louiz.org/
biboumi-test-fedora:latest
allow_failure
:
true
when
:
manual
script
:
...
...
@@ -146,7 +146,7 @@ test:sonar-qube:
-
master@louiz/biboumi
tags
:
-
docker
image
:
biboumi-test-fedora:latest
image
:
docker.louiz.org/
biboumi-test-fedora:latest
allow_failure
:
true
script
:
-
cmake ..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment