We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b71403 commit cda386aCopy full SHA for cda386a
.travis.yml
@@ -1,7 +1,8 @@
1
language: go
2
go:
3
- 1.5.4
4
- - 1.6.2
+ - 1.6.3
5
+ - 1.7.3
6
- tip
7
8
install:
Makefile
@@ -4,6 +4,7 @@
build:
# Build Linux release
go build -o factorio-server-linux/factorio-server-manager src/*
+ ui/node_modules/webpack/bin/webpack.js ui/webpack.config.js app/bundle.js --progress --profile --colors
cp -r app/ factorio-server-linux/
9
cp conf.json.example factorio-server-linux/conf.json
10
zip -r build/factorio-server-linux-x64.zip factorio-server-linux
0 commit comments