Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
68808e66
Commit
68808e66
authored
Jan 23, 2019
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Move docker images to main libnice repo
parent
d91c6efd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
.gitlab-ci.yml
.gitlab-ci.yml
+7
-7
tests/docker/centos7-autotools/Dockerfile
tests/docker/centos7-autotools/Dockerfile
+4
-4
tests/docker/centos7-meson/Dockerfile
tests/docker/centos7-meson/Dockerfile
+4
-4
No files found.
.gitlab-ci.yml
View file @
68808e66
...
@@ -4,7 +4,7 @@ stages:
...
@@ -4,7 +4,7 @@ stages:
build autotools
:
build autotools
:
stage
:
build
stage
:
build
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build
except
:
except
:
-
schedules
-
schedules
script
:
script
:
...
@@ -21,7 +21,7 @@ build autotools:
...
@@ -21,7 +21,7 @@ build autotools:
test autotools
:
test autotools
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build
except
:
except
:
-
schedules
-
schedules
dependencies
:
dependencies
:
...
@@ -41,7 +41,7 @@ test autotools:
...
@@ -41,7 +41,7 @@ test autotools:
distcheck autotools
:
distcheck autotools
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build
except
:
except
:
-
schedules
-
schedules
dependencies
:
dependencies
:
...
@@ -55,7 +55,7 @@ distcheck autotools:
...
@@ -55,7 +55,7 @@ distcheck autotools:
build meson
:
build meson
:
stage
:
build
stage
:
build
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build
variables
:
variables
:
PREFIX
:
"
${CI_PROJECT_DIR}/libnice-prefix"
PREFIX
:
"
${CI_PROJECT_DIR}/libnice-prefix"
except
:
except
:
...
@@ -73,7 +73,7 @@ build meson:
...
@@ -73,7 +73,7 @@ build meson:
test meson
:
test meson
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build
allow_failure
:
true
allow_failure
:
true
dependencies
:
dependencies
:
-
build meson
-
build meson
...
@@ -90,7 +90,7 @@ test meson:
...
@@ -90,7 +90,7 @@ test meson:
doc-and-install meson
:
doc-and-install meson
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build
dependencies
:
dependencies
:
-
build meson
-
build meson
except
:
except
:
...
@@ -108,7 +108,7 @@ doc-and-install meson:
...
@@ -108,7 +108,7 @@ doc-and-install meson:
submit-to-coverity
:
submit-to-coverity
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build
variables
:
variables
:
COVERITY_PROJECT
:
libnice
COVERITY_PROJECT
:
libnice
only
:
only
:
...
...
tests/docker/centos7-autotools/Dockerfile
View file @
68808e66
# build with
# build with
# docker build -t registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# docker build -t registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build:$(date --rfc-3339=date) .
# docker tag registry.freedesktop.org/
ocrete/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/ocret
e/libnice/centos7/autotools-build:latest
# docker tag registry.freedesktop.org/
libnice/libnice/centos7/autotools-build:$(date --rfc-3339=date) registry.freedesktop.org/libnic
e/libnice/centos7/autotools-build:latest
# docker push registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/
ocret
e/libnice/centos7/autotools-build:latest
# docker push registry.freedesktop.org/
libnic
e/libnice/centos7/autotools-build:latest
FROM
centos:centos7
FROM
centos:centos7
...
...
tests/docker/centos7-meson/Dockerfile
View file @
68808e66
# build with
# build with
# docker build -t registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# docker build -t registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build:$(date --rfc-3339=date) .
# docker tag registry.freedesktop.org/
ocrete/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/ocret
e/libnice/centos7/meson-build:latest
# docker tag registry.freedesktop.org/
libnice/libnice/centos7/meson-build:$(date --rfc-3339=date) registry.freedesktop.org/libnic
e/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build:latest
# docker push registry.freedesktop.org/
ocret
e/libnice/centos7/meson-build:$(date --rfc-3339=date)
# docker push registry.freedesktop.org/
libnic
e/libnice/centos7/meson-build:$(date --rfc-3339=date)
FROM
centos:centos7
FROM
centos:centos7
...
...
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