File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,16 @@ script:
1515jobs :
1616 include :
1717 - stage : deploy
18- # language: go
1918 go : 1.x
2019 before_install :
2120 - curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
2221 - sudo apt-get install -y nodejs
23- # - docker build -f "docker/Dockerfile-build" -t factorio-server-manager docker
2422 script :
25- # - pwd
26- # - echo ~
27- # - mkdir -p /home/travis/build/mroote/build
28- # - docker run -t -e FAC_BRANCH=$TRAVIS_BRANCH -v /home/travis/build/mroote/build:/build factorio-server-manager
29- # - cd src/
30- # - go test -v
31- # - cd ..
3223 - make gen_release
24+ - pwd
25+ - ll
3326 - mv factorio-server-manager-linux.zip ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
3427 - mv factorio-server-manager-windows.zip ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
35- # - mv /home/travis/build/mroote/build/factorio-server-manager-linux.zip /home/travis/factorio-server-manager-linux-${TRAVIS_TAG}.zip
36- # - mv /home/travis/build/mroote/build/factorio-server-manager-windows.zip /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip
3728 deploy :
3829 provider : releases
3930 api_key : " ${GITHUB_TOKEN}"
You can’t perform that action at this time.
0 commit comments