File tree Expand file tree Collapse file tree 2 files changed +13
-21
lines changed Expand file tree Collapse file tree 2 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 1+ language : go
2+ go :
3+ - 1.11.x
4+ - 1.x
5+ os :
6+ - linux
7+ - windows
8+ script :
9+ - make godeps
10+ - go test -v ./...
11+
112jobs :
213 include :
3- - stage : test
4- language : go
5- os :
6- - linux
7- - windows
8- go :
9- - 1.10.x
10- - 1.11.x
11- - 1.12.x
12- - 1.x
13- install :
14- - go get github.com/apexskier/httpauth
15- - go get github.com/go-ini/ini
16- - go get github.com/gorilla/mux
17- - go get github.com/hpcloud/tail
18- - go get github.com/gorilla/websocket
19- - go get github.com/majormjr/rcon
20- script :
21- - go test -v ./...
2214 - stage : deploy
15+ go : 1.x
2316 language : minimal
2417 before_install :
2518 - docker build -f "docker/Dockerfile-build" -t factorio-server-manager docker
3528 skip_cleanup : true
3629 on :
3730 tags : true
38- branch : develop
3931 file :
4032 - /home/travis/factorio-server-manager-linux-${TRAVIS_TAG}.zip
4133 - /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip
Original file line number Diff line number Diff line change 22FROM frolvlad/alpine-glibc
33
44ENV FACTORIO_VERSION=latest \
5- MANAGER_VERSION=0.8.1 \
5+ MANAGER_VERSION=0.8.2 \
66 ADMIN_PASSWORD=factorio
77
88VOLUME /opt/factorio/saves /opt/factorio/mods /opt/factorio/config /security
You can’t perform that action at this time.
0 commit comments