forked from chris102994/docker-toonamiaftermath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (36 loc) · 904 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Travis CI recipe to build, test and push docker images to the Docker Hub.
#
language: generic
os:
- linux
services:
- docker
git:
submodules: false
jobs:
include:
- stage: Ubuntu Container
script:
- git submodule update --init --remote
- |
tools/build/build_container.sh \
--envfile versions/ubuntu-18.env \
--envfile versions/docker-toonamiaftermath.env \
--build \
--pushdr
- stage: Docker Testing
script:
- git submodule update --init --remote
- |
tools/build/build_container.sh \
--envfile versions/docker-toonamiaftermath.env \
--testc
- stage: Git Tag & Docker Hub README
script:
- git submodule update --init --remote
- |
tools/build/build_container.sh \
--envfile versions/docker-toonamiaftermath.env \
--pushgt \
--pushrm