mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
Remove Appveyor and CircleCI configs
This commit is contained in:
parent
bc78530fcb
commit
d2308f8d3a
2 changed files with 0 additions and 257 deletions
23
appveyor.yml
23
appveyor.yml
|
@ -1,23 +0,0 @@
|
|||
version: '{build}'
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
os: Visual Studio 2019
|
||||
shallow_clone: false
|
||||
|
||||
environment:
|
||||
MSYS2_PATH_TYPE: inherit
|
||||
CHERE_INVOKING: enabled_from_arguments
|
||||
|
||||
build_script:
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
- curl -o C:\projects\golang.zip https://dl.google.com/go/go1.17.5.windows-amd64.zip
|
||||
- 7z x C:\projects\golang.zip -oC:\projects\
|
||||
- cmd: set PATH=C:\projects\go\bin;%PATH%
|
||||
- cmd: set GOROOT=C:\projects\go
|
||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x64"
|
||||
- c:\msys64\usr\bin\bash -lc "./contrib/msi/build-msi.sh x86"
|
||||
|
||||
test: off
|
||||
|
||||
artifacts:
|
||||
- path: '*.msi'
|
Loading…
Add table
Add a link
Reference in a new issue