File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515debugging /mgof /
1616debugging /kstest /
1717morgoth.yaml
18+ /morgoth_ *
Original file line number Diff line number Diff line change 11language : go
22sudo : false
33go :
4- - 1.6
4+ - 1.6
5+
6+ script :
7+ - go test -v ./...
8+
9+ before_deploy :
10+ # Build binary
11+ - go get -u github.com/mitchellh/gox
12+ - gox ./cmd/morgoth
13+
514deploy :
615 provider : releases
716 api_key :
817 secure : cK0/w0ggcVawInO+b++4qqwMGrVoP7PzNkTxaNq+tbFc9cu8CSUS2+PlgRkdoRYfD+fohri3lqdzHUH0rcC7gOfx/Dvtw7mcs14gzfvuNL+/xMlKn/mBoPkOGPXQeh86qsmGbsrgDzv/BwGNgxqqEimxdiev2ZDlssTD16RQZR8=
9- file : " ./morgoth"
18+ file :
19+ - morgoth_darwin_386
20+ - morgoth_darwin_amd64
21+ - morgoth_freebsd_386
22+ - morgoth_freebsd_amd64
23+ - morgoth_freebsd_arm
24+ - morgoth_linux_386
25+ - morgoth_linux_amd64
26+ - morgoth_linux_arm
27+ - morgoth_netbsd_386
28+ - morgoth_netbsd_amd64
29+ - morgoth_netbsd_arm
30+ - morgoth_openbsd_386
31+ - morgoth_openbsd_amd64
32+ - morgoth_windows_386.exe
33+ - morgoth_windows_amd64.exe
1034 skip_cleanup : true
1135 on :
1236 tags : true
You can’t perform that action at this time.
0 commit comments