-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #957 from skycoin/develop
Release v0.5.0
- Loading branch information
Showing
2,290 changed files
with
105,461 additions
and
45,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
version: "{build}" | ||
|
||
stack: node 16.8.0 | ||
|
||
environment: | ||
matrix: | ||
# For regular jobs, such as push, pr and etc. | ||
- job_name: Linux | ||
appveyor_build_worker_image: ubuntu1804 | ||
GOARCH: amd64 | ||
- job_name: MacOS | ||
appveyor_build_worker_image: macos | ||
GOARCH: amd64 | ||
|
||
for: | ||
- # Linux and MacOS | ||
skip_tags: true | ||
matrix: | ||
only: | ||
- job_name: Linux | ||
- job_name: MacOS | ||
|
||
install: | ||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1 | ||
- make dep | ||
- sh: ci_scripts/create-ip-aliases.sh | ||
|
||
before_build: | ||
- make check | ||
|
||
build_script: | ||
- make build | ||
|
||
- # Windows | ||
skip_tags: true | ||
matrix: | ||
only: | ||
- job_name: Windows | ||
|
||
environment: | ||
matrix: | ||
- GOARCH: amd64 | ||
|
||
install: | ||
- choco install make | ||
- go get github.com/golangci/golangci-lint/cmd/[email protected] | ||
- make dep | ||
|
||
before_build: | ||
- set GO111MODULE=on | ||
- make check-windows-appveyor | ||
|
||
build_script: | ||
- make build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.git | ||
bin | ||
skywire | ||
ci_scripts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,19 @@ pkg/visor/foo/ | |
go.mod-e | ||
|
||
# goreleaser and frontend builds | ||
dist | ||
|
||
# release | ||
*.deb | ||
|
||
/packages | ||
/deb | ||
/sysroot | ||
static/skywire-manager-src/dist/* | ||
/visor/ | ||
/visor | ||
/dist-linux | ||
/dist | ||
Char | ||
/scripts/mac_installer/IconsSkycoin.tar.gz | ||
/scripts/mac_installer/icon_128x128.png | ||
/scripts/mac_installer/[email protected] | ||
/mac_build | ||
/SkywireInstaller*.pkg | ||
*.dmg | ||
/scripts/mac_installer/icon.iconset/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,7 @@ linters-settings: | |
|
||
linters: | ||
enable: | ||
- golint | ||
- revive | ||
- goimports | ||
- varcheck | ||
- unparam | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.