Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP crossbuild #3

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
741 commits
Select commit Hold shift + click to select a range
ed254ad
Merge branch 'develop' into feature/snet-rewrite
i-hate-nicknames Jul 2, 2021
4d8b803
Switch from dmsg.Type to network.DMSG
i-hate-nicknames Jul 2, 2021
1936d2b
Stop initialization when no dmsg config
i-hate-nicknames Jul 2, 2021
6998fde
Move dmsgc out of snet
i-hate-nicknames Jul 2, 2021
8d6cfa8
Add stun module
ersonp Jul 2, 2021
cc2501e
Remove goto
ersonp Jul 2, 2021
e325669
Cleanup ready todos
i-hate-nicknames Jul 2, 2021
f9577c0
Add handshake todo
i-hate-nicknames Jul 2, 2021
52a87f4
Fix todos in network package
i-hate-nicknames Jul 3, 2021
ea39be0
Fix linter errors
i-hate-nicknames Jul 3, 2021
c32f17d
fix race condition on sudphConn for closing address_reslover
mrpalide Jul 5, 2021
04ba849
add wg.Wait() that deleted in wrong
mrpalide Jul 5, 2021
a215760
fix config loading when systray flag is specified
alexadhy Jul 6, 2021
3932152
added documentation to install gnome-extensions-appindicator on linux
alexadhy Jul 6, 2021
284937e
docs, added extra instruction
alexadhy Jul 6, 2021
deca488
fixes conflicts
alexadhy Jul 6, 2021
7bac264
Init sudph seperatly
ersonp Jul 6, 2021
c83de0f
Merge remote-tracking branch 'upstream/develop' into develop
alexadhy Jul 7, 2021
e817698
added git to prequisites
alexadhy Jul 7, 2021
6cf3bbc
fixes version not showing
alexadhy Jul 7, 2021
38cb183
fixes panic if launcher discovery is null
alexadhy Jul 7, 2021
ac6ad14
Seperate sctp and sctpr init
ersonp Jul 7, 2021
d6e1db0
Remove unused code
i-hate-nicknames Jul 7, 2021
3e7ee0c
Fix lint errors
i-hate-nicknames Jul 7, 2021
b75f035
Start snet with atleast one transport
ersonp Jul 7, 2021
064760e
Remove env_test
i-hate-nicknames Jul 7, 2021
23ced79
Merge pull request #838 from i-hate-nicknames/fix/remove-env-test
jdknives Jul 7, 2021
bd371e4
Merge branch 'develop' into feature/snet-rewrite
i-hate-nicknames Jul 7, 2021
c537b8d
fix race condition on sudphConn for closing address_reslover
mrpalide Jul 5, 2021
83a904a
add wg.Wait() that deleted in wrong
mrpalide Jul 5, 2021
a0bc9c9
Merge branch 'bugfix/panic-on-shutdown' of github.com:mrpalide/skywir…
mrpalide Jul 7, 2021
0536319
Merge pull request #835 from alexadhy/unknown-version-fix
jdknives Jul 7, 2021
4fcac2a
Merge pull request #836 from alexadhy/fix/launcher-discovery
jdknives Jul 7, 2021
a663372
Merge pull request #833 from mrpalide/bugfix/panic-on-shutdown
jdknives Jul 7, 2021
462177a
Make stunclient package and remove polling
ersonp Jul 7, 2021
5e779bf
Fix wait for any one transport
ersonp Jul 7, 2021
d4b2ba9
Remove snet check module
ersonp Jul 7, 2021
26033d7
Remove failing tests from internal/vpn
ersonp Jul 7, 2021
6bb7875
Merge branch 'develop' into feature/snet-rewrite
i-hate-nicknames Jul 8, 2021
1806be6
Remove redialing of transport
i-hate-nicknames Jul 8, 2021
b19b8e6
Fix panics when transport is closed
i-hate-nicknames Jul 8, 2021
4a13052
Merge pull request #811 from i-hate-nicknames/feature/snet-rewrite
jdknives Jul 8, 2021
8ba1738
Refactor managed transport Serve
i-hate-nicknames Jul 8, 2021
745ea4e
Force sorted edge order in transport entry
i-hate-nicknames Jul 8, 2021
de00696
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Jul 8, 2021
5d969ae
add escaping flags to exec documentation, other minor changes
0pcom Jul 8, 2021
aaab658
Merge branch 'develop' into stun-check
ersonp Jul 8, 2021
823028c
uninstaller, prompt for user interaction first
alexadhy Jul 8, 2021
c79e0bd
dialog switch dependencies
alexadhy Jul 8, 2021
68b3129
Remove up/down transport status
i-hate-nicknames Jul 9, 2021
dd734ef
Remove closed transports in transport manager
i-hate-nicknames Jul 9, 2021
764f34a
Move raw address to network.Conn
i-hate-nicknames Jul 9, 2021
738454c
Simplify dial logic
i-hate-nicknames Jul 9, 2021
8016a92
Delete entry instead of updating status
i-hate-nicknames Jul 9, 2021
f1b5ea0
Fix visor cli transport print
i-hate-nicknames Jul 9, 2021
afc7945
Add persistent transports todo
i-hate-nicknames Jul 9, 2021
b4a9e2e
Merge pull request #841 from the-skycoin-project/update-documentation
jdknives Jul 9, 2021
bbf0af0
uses polkit for linux
alexadhy Jul 9, 2021
edfb6b2
Add heartbeat loop
i-hate-nicknames Jul 9, 2021
a4fdbc4
uses polkit for linux
alexadhy Jul 9, 2021
1ef4c57
Init sudph, sctpr and sctp seperatly
ersonp Jul 9, 2021
c6b80b5
Add dmsg as module
ersonp Jul 14, 2021
a3c3652
Update transport check name
ersonp Jul 14, 2021
d2a7fd9
Fix sctp nil pointer exception
ersonp Jul 14, 2021
93def4c
Add atlease one transport check
ersonp Jul 15, 2021
5f14bb5
Late initilize dmsg
ersonp Jul 15, 2021
7d92f7e
Fix data race
ersonp Jul 15, 2021
08f8d41
Fix data race and add todo
ersonp Jul 15, 2021
58d5f79
Make check
ersonp Jul 15, 2021
93810e0
Fix nil pointer exception
ersonp Jul 19, 2021
8734c88
Update dmsg tracker
ersonp Jul 19, 2021
faead09
Fix dmsg tracker
ersonp Jul 20, 2021
dc5de20
Test stcpr
ersonp Jul 20, 2021
3afefd7
add Skybian build version to summary of visor API and debugging
mrpalide Jul 22, 2021
20f7491
Fix data race
ersonp Jul 22, 2021
c43be52
skybian defaults from
0pcom Jul 24, 2021
c2dd8e0
fix make check errors
0pcom Jul 25, 2021
5dc110f
fix make check errors
0pcom Jul 25, 2021
52c9d6e
update documentation
0pcom Jul 25, 2021
5a8b7f1
update readme
0pcom Jul 25, 2021
5096481
Add the Skybian version to the UI
Senyoret1 Jul 26, 2021
43ac032
Merge branch 'develop' into feature/remove-redialing
i-hate-nicknames Jul 27, 2021
d94386e
Send heartbeat request in transport
i-hate-nicknames Jul 27, 2021
f9092b9
Remove transport status
i-hate-nicknames Jul 27, 2021
657734d
Fix linter errors
i-hate-nicknames Jul 28, 2021
6b35e2f
Remove transport entry with status
i-hate-nicknames Jul 28, 2021
0a95f20
Merge pull request #850 from ersonp/fix-skysocks
jdknives Jul 28, 2021
aa0aa83
Merge pull request #847 from ersonp/fix/nil-pointer
jdknives Jul 28, 2021
6b35ffc
Update error logs
ersonp Jul 28, 2021
9b76a8b
Fix visor cli transports
i-hate-nicknames Jul 28, 2021
5bf8cff
Remove test log
ersonp Jul 29, 2021
300b9c8
Add persistent transports config
i-hate-nicknames Jul 29, 2021
8ed6bfb
Make lint and format
i-hate-nicknames Jul 29, 2021
876f9f3
Fix deadlocks in transport layer
i-hate-nicknames Jul 30, 2021
755cba1
linux and windows machine configuration
mrpalide Jul 30, 2021
71986db
remove develop branch condition
mrpalide Jul 30, 2021
d26babe
change a comment
mrpalide Jul 30, 2021
8ee7192
clean appveyor.yml file
mrpalide Jul 30, 2021
be9a4f3
Add stcpr heartbeat
ersonp Aug 2, 2021
12befeb
Update url
ersonp Aug 2, 2021
fa85ee3
Fix url
ersonp Aug 2, 2021
68d8bf1
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Aug 3, 2021
f84dc64
Relax locking when saving transport
i-hate-nicknames Aug 3, 2021
964e0a6
Add transport connection deadline
i-hate-nicknames Aug 3, 2021
88d397b
Fix transport manager shutdown logic
i-hate-nicknames Aug 3, 2021
c7e14a8
Simplify transport manager closing
i-hate-nicknames Aug 3, 2021
039d017
Merge branch 'develop' into feature/remove-redialing
i-hate-nicknames Aug 3, 2021
f36ba68
complete .appveyor.yml script
mrpalide Aug 4, 2021
a92670d
change golangci-lint from v1.40.1 to v1.41.1
mrpalide Aug 4, 2021
7f936be
remove checking for arm, arm64 and 386 goarchs
mrpalide Aug 4, 2021
2a9aab5
clean .appveyor.yml file
mrpalide Aug 4, 2021
f9c3dae
Simplify router initialization
i-hate-nicknames Aug 4, 2021
0b4905f
Refactor public visors init
i-hate-nicknames Aug 4, 2021
21db980
Remove isPublic transport entry field
i-hate-nicknames Aug 4, 2021
f797ab2
Merge pull request #853 from Senyoret1/v-info
jdknives Aug 4, 2021
a39d0e0
Merge pull request #849 from mrpalide/feature/add-skybian-build-versi…
jdknives Aug 4, 2021
4a2f994
replace must be specified explicitly
0pcom Aug 4, 2021
e8c7669
remove comment
0pcom Aug 4, 2021
ec71bdb
revise documentation
0pcom Aug 4, 2021
b019c37
remove dmsgpty whitelist
0pcom Aug 4, 2021
5424634
added polkit generation script
alexadhy Aug 5, 2021
249bdfe
fix script
alexadhy Aug 5, 2021
c3584f1
add secure code (github token)
mrpalide Aug 5, 2021
11fdf3f
Fix NPE for transport handshake
i-hate-nicknames Aug 5, 2021
65bd318
fixes polkit pkexec
alexadhy Aug 5, 2021
8e44f3b
test
ersonp Aug 5, 2021
efc4b09
fix accidental paste in previous edit
0pcom Aug 5, 2021
1116d80
Code review fixes
i-hate-nicknames Aug 6, 2021
a4f6875
fix goimports error
0pcom Aug 6, 2021
588ad2d
fix errors caused by make format
0pcom Aug 6, 2021
d5d0897
added pkexec and sudo to the vpnEnvMaker
alexadhy Aug 8, 2021
d19d8aa
Update HTTPError
ersonp Aug 9, 2021
f1f3d91
Remove logs
ersonp Aug 9, 2021
5effbfa
test
ersonp Aug 9, 2021
3d81278
Log error
ersonp Aug 9, 2021
2802889
Logs
ersonp Aug 9, 2021
9560adb
Use HTTPError instead of HTTPResponse
ersonp Aug 9, 2021
1c3b3e4
Update HTTPError
ersonp Aug 9, 2021
3f2103a
init linux
alexadhy Aug 10, 2021
920c515
run elevated
alexadhy Aug 10, 2021
0404ca2
fixes build dep
alexadhy Aug 10, 2021
a90b719
fixes osutil run
alexadhy Aug 11, 2021
db82618
Merge pull request #858 from i-hate-nicknames/feature/refactor-init
jdknives Aug 11, 2021
ab4f79f
push a commit for test appveyor
mrpalide Aug 11, 2021
8c09c57
Fix build info
ersonp Aug 12, 2021
06d029f
Fix nil pointer
ersonp Aug 12, 2021
6b8741b
Update heartbeat interval
ersonp Aug 12, 2021
a565ce3
Update comment
ersonp Aug 12, 2021
d18e26c
Remove updateConnDeadline
ersonp Aug 12, 2021
ed0ee66
Rename Conn interface to Transport
ersonp Aug 12, 2021
afacd42
Merge pull request #859 from ersonp/is-public
jdknives Aug 12, 2021
35fad65
os_linux_gui run with elevated permission
alexadhy Aug 13, 2021
8feb9ee
Makefile: run vpn-client and server with systray tag
alexadhy Aug 13, 2021
73aec24
Makefile: run vpn-client and server with systray tag (2)
alexadhy Aug 13, 2021
b815850
app config / proc config, added sudo required
alexadhy Aug 13, 2021
4d4db01
pkexec envs append
alexadhy Aug 13, 2021
cfcb684
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Aug 13, 2021
e63682b
update docs
alexadhy Aug 13, 2021
977bc0b
fixes vendoring
alexadhy Aug 13, 2021
816474b
Remove EntryWithStatus
ersonp Aug 16, 2021
21cadd8
Add Deprecated Public field to Entry struct
ersonp Aug 16, 2021
c04c889
Make public true
ersonp Aug 17, 2021
3514308
Update and add todo
ersonp Aug 17, 2021
1c5cd68
Change alive to heartbeat
ersonp Aug 18, 2021
1b51520
Update keepStcprHeartbeatLoop logic
ersonp Aug 18, 2021
780f550
Test logs
ersonp Aug 18, 2021
4736e52
Logs
ersonp Aug 18, 2021
91b554c
Logs
ersonp Aug 18, 2021
e835e90
Remove test logs
ersonp Aug 18, 2021
2ef35ac
Remove comment
ersonp Aug 18, 2021
651520a
Remove old todo
ersonp Aug 19, 2021
a314e2a
Add debug log
ersonp Aug 19, 2021
0a0d5c2
Remove public field from Entry struct
ersonp Aug 20, 2021
8a3c6d8
Rename PersistentRemote to PersistentTransports
ersonp Aug 20, 2021
1b580f4
Requested changes
ersonp Aug 20, 2021
7cd8f5c
Add api for persistent_transports
ersonp Aug 20, 2021
d2944f3
added ways to stop application when running as sudo
alexadhy Aug 20, 2021
cf34db7
fixes docs
alexadhy Aug 20, 2021
f2404e2
removed sudo required config
alexadhy Aug 22, 2021
8b3163d
update vpn status
alexadhy Aug 22, 2021
6431095
Add persistent_transports to summary
ersonp Aug 23, 2021
1b8e547
Remove GetPersistentTransports api
ersonp Aug 23, 2021
c8e2a62
Merge branch 'develop' into feature/remove-redialing
ersonp Aug 23, 2021
9f4e684
Merge pull request #842 from i-hate-nicknames/feature/remove-redialing
jdknives Aug 23, 2021
0abbf96
requested changes, removed files
alexadhy Aug 23, 2021
f4489dd
gui darwin: tiff image conversion on init
alexadhy Aug 23, 2021
1d6ffb7
requested changes from mrpalide
alexadhy Aug 24, 2021
8c18680
Merge branch 'develop' into stun-check
ersonp Aug 24, 2021
be00131
Update NATType check in overview
ersonp Aug 24, 2021
3388710
Rename DmsgTransportPort to TransportPort
ersonp Aug 24, 2021
54ea7af
Fix TransportPort error
ersonp Aug 24, 2021
30ebc2b
Update DmsgTransportSetupPort info
ersonp Aug 24, 2021
d80ce2b
requested changes
alexadhy Aug 24, 2021
d6e8436
fixes docs, and build
alexadhy Aug 24, 2021
170f5d6
fix linters
alexadhy Aug 24, 2021
2bfecf6
fixes shutdown
alexadhy Aug 24, 2021
3f95d4b
rename stopSystray => stopVisor
alexadhy Aug 24, 2021
5345fdd
Merge pull request #852 from the-skycoin-project/develop
jdknives Aug 24, 2021
34ef634
change version of golangci-lint from 1.41.1 to 1.42.0
mrpalide Aug 24, 2021
b7e76a3
fix golangci-lint error on Windows image
mrpalide Aug 25, 2021
86db0f9
disable windows build
mrpalide Aug 25, 2021
92aea4e
final test of appveyor
mrpalide Aug 25, 2021
a5d85a6
fixes shutdown
alexadhy Aug 26, 2021
bd4a795
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Aug 26, 2021
8a79220
travis remove musl tools
alexadhy Aug 26, 2021
c49781f
Remove public field from AddTransports
ersonp Aug 27, 2021
d919a7b
fix Uptime testcase that accept more than 1.0 second as passed
mrpalide Aug 27, 2021
a8e1f3d
Update dmsg
ersonp Aug 27, 2021
6c54030
Add the persistent transports to the UI
Senyoret1 Aug 27, 2021
2e81d68
Allow to create persistent transports from the popup
Senyoret1 Aug 29, 2021
53dfd83
Merge pull request #825 from ersonp/stun-check
jdknives Aug 30, 2021
23b3cad
Revert alpine to 3.13
ersonp Aug 31, 2021
37be3c3
Merge pull request #867 from ersonp/revert-alpine
ersonp Aug 31, 2021
d434750
Update alpine3.13 to golang:alpine3.13
ersonp Aug 31, 2021
a1a9902
Set base as alpine
ersonp Aug 31, 2021
7fbc34f
Merge pull request #868 from ersonp/revert-alpine
ersonp Aug 31, 2021
7d63acc
Merge branch 'develop' into ar-heartbeat
ersonp Aug 31, 2021
06dadba
Add depricated public field to reqBody
ersonp Aug 31, 2021
0fb9362
remove manual installation go and use macos image updated go
mrpalide Sep 1, 2021
a79d1a6
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Sep 2, 2021
6a83feb
update makefile
alexadhy Sep 2, 2021
e1150dd
Remove public field from postTransport
ersonp Sep 2, 2021
7aee671
Fix creating transports from the UI
Senyoret1 Sep 2, 2021
4fc3a18
Add GetPersistentTransports
ersonp Sep 2, 2021
ba9a4ae
Add NAT info to the UI
Senyoret1 Sep 2, 2021
fbc4527
Improvements for the persistent transports in the UI
Senyoret1 Sep 2, 2021
c95c6b8
Remove extra dailing logs
ersonp Sep 2, 2021
ea82673
systray: uses skywire-sysroot
alexadhy Sep 3, 2021
3181dc9
Merge pull request #856 from ersonp/ar-heartbeat
jdknives Sep 3, 2021
ff140f0
Merge remote-tracking branch 'upstream/develop' into develop
alexadhy Sep 3, 2021
efc1c68
added missing skysocks-client
alexadhy Sep 3, 2021
fc4bbe2
Merge pull request #871 from alexadhy/docker-fix-skysocks-client
jdknives Sep 6, 2021
9a9a694
Remove char file
ersonp Sep 7, 2021
c8b8af8
Change proxy discovery to service discovery
ersonp Sep 7, 2021
4c303b6
Change V1AppDisc ro V1ServiceDisc
ersonp Sep 7, 2021
61fdaf6
Change V1Disc to V1ServiceDisc
ersonp Sep 7, 2021
1e30372
Merge pull request #869 from Senyoret1/fix-transport-creation
jdknives Sep 7, 2021
26404fe
Merge pull request #866 from Senyoret1/persistent-transports
jdknives Sep 7, 2021
4f42ab1
Update config changes
ersonp Sep 7, 2021
24d92c0
Merge branch 'develop' into nat-info
jdknives Sep 7, 2021
9b72601
enable windows build/deploy
mrpalide Sep 7, 2021
187711a
Merge pull request #870 from Senyoret1/nat-info
jdknives Sep 7, 2021
d79e72c
Merge pull request #854 from mrpalide/feature/appveyor
jdknives Sep 7, 2021
8880fef
Update changelog
ersonp Sep 8, 2021
f9e6c98
Update changelog formatting
ersonp Sep 8, 2021
9702895
Chane appdisc to updatedisc
ersonp Sep 8, 2021
89b0fca
Merge pull request #872 from ersonp/update-sd
jdknives Sep 8, 2021
fefba85
Merge remote-tracking branch 'upstream/develop' into feature/systray
alexadhy Sep 8, 2021
dcde465
hide uninstall on non-packaged install
alexadhy Sep 9, 2021
acb58f4
fixes gui_linux import
alexadhy Sep 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
152 changes: 152 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
version: "{build}"

stack: node 10.16.3

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
- job_name: Windows
appveyor_build_worker_image: Visual Studio 2019
GOARCH: amd64

# For release, by pushing tag
- job_name: linux-amd64
appveyor_build_worker_image: ubuntu1804
GOARCH: amd64
- job_name: linux-arm
appveyor_build_worker_image: ubuntu1804
GOARCH: arm
- job_name: linux-arm64
appveyor_build_worker_image: ubuntu1804
GOARCH: arm64
- job_name: linux-386
appveyor_build_worker_image: ubuntu1804
GOARCH: 386
- job_name: darwin-amd64
appveyor_build_worker_image: macos
GOARCH: amd64
- job_name: windows-amd64
appveyor_build_worker_image: Visual Studio 2019
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.0
- make dep
- sh: ci_scripts/create-ip-aliases.sh
- make install-deps-ui

before_build:
- make check
- make lint-ui

build_script:
- make build
- make build-ui

- # 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
- make install-deps-ui

before_build:
- set GO111MODULE=on
- make check-windows-appveyor
- make lint-ui

build_script:
- make build
- make build-ui

- # Linux and MacOS (Release)
skip_non_tags: true
matrix:
only:
- job_name: linux-arm
- job_name: linux-arm64
- job_name: linux-amd64
- job_name: linux-386
- job_name: darwin-amd64

install:
- make dep
- ci_scripts/create-ip-aliases.sh
- export GOARM=7

build_script:
- make build

after_build:
- tar -cvzf skywire-$APPVEYOR_REPO_TAG_NAME-$APPVEYOR_JOB_NAME.tar.gz ./apps/* ./skywire-visor ./skywire-cli ./setup-node

artifacts:
- path: skywire-$(APPVEYOR_REPO_TAG_NAME)-$(APPVEYOR_JOB_NAME).tar.gz
name: deploy

deploy:
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: ZrbNBE2wSfGvHzEq5GqEAUmNy7myDIl7KK05CKlZdQfieV7XdIAPXpkdHNEyZbvT
draft: true
artifact: deploy
on:
APPVEYOR_REPO_TAG: true

- # Windows (Release)
skip_non_tags: true
matrix:
only:
- job_name: windows-amd64

environment:
matrix:
- GOARCH: amd64

install:
- cmd: choco install make
- make dep

build_script:
- make build

after_build:
- sh: tar -cvzf skywire-$APPVEYOR_REPO_TAG_NAME-$APPVEYOR_JOB_NAME.tar.gz ./apps/* ./skywire-visor ./skywire-cli ./setup-node

artifacts:
- path: skywire-$(APPVEYOR_REPO_TAG_NAME)-$(APPVEYOR_JOB_NAME).tar.gz
name: deploy

deploy:
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: ZrbNBE2wSfGvHzEq5GqEAUmNy7myDIl7KK05CKlZdQfieV7XdIAPXpkdHNEyZbvT
draft: true
artifact: deploy
on:
APPVEYOR_REPO_TAG: true
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.git
bin
skywire
ci_scripts
Expand Down
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ pkg/visor/foo/
go.mod-e

# goreleaser and frontend builds
dist

# release
*.deb
*.deb
/sysroot
static/skywire-manager-src/dist/*
/visor
/dist-linux
/dist
Char
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ linters-settings:

linters:
enable:
- golint
- revive
- goimports
- varcheck
- unparam
Expand Down
Loading