Skip to content

Commit

Permalink
Clean up build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Jul 13, 2019
1 parent 78f74c1 commit 7cb188b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ go:
env:
- GO111MODULE=on

script:
- go test
- go build

matrix:
include:
- os: windows
script:
- go test
- ./scripts/build_windows.x86-64.bat
before_deploy: ./scripts/pack_windows.x86-64.bat
- os: linux
script:
- go test
- ./scripts/build_linux.x86-64.sh
before_install:
- sudo apt-get install -y libgtk-3-dev
addons:
apt:
update: true
before_deploy: ./scripts/pack_linux.x86-64.sh

install: true
Expand Down
6 changes: 0 additions & 6 deletions scripts/build_linux.x86-64.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build_windows.x86-64.bat

This file was deleted.

0 comments on commit 7cb188b

Please sign in to comment.