Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
empires_public
empires-build-container
Commits
571a845e
Commit
571a845e
authored
Jul 21, 2019
by
Max Maton
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start docker
parent
d999affa
Pipeline
#6848
canceled with stage
in 63 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.gitlab-ci.yml
.gitlab-ci.yml
+2
-5
No files found.
.gitlab-ci.yml
View file @
571a845e
build_image
:
image
:
ubuntu:19.04
services
:
-
docker:dind
variables
:
DOCKER_HOST
:
tcp://docker:2375
script
:
-
apt update; DEBIAN_FRONTEND=noninteractive apt install --yes sudo bash gnupg docker.io git
-
apt update; DEBIAN_FRONTEND=noninteractive apt install --yes sudo bash gnupg docker.io git wget
-
service docker start
-
git clone https://github.com/ValveSoftware/steam-runtime.git
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN containers.empiresmod.com
-
steam-runtime/setup_docker.sh -- i386 containers.empiresmod.com/empires_public/empires-build-container:steam
...
...
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