diff --git a/.circleci/config.yml b/.circleci/config.yml index dd55465c..8a486c38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,7 +185,6 @@ jobs: rm -f {yggdrasil,yggdrasilctl} GOOS=windows GOARCH=amd64 ./build && mv yggdrasil.exe /tmp/upload/$CINAME-$CIVERSION-windows-amd64.exe && mv yggdrasilctl.exe /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-windows-amd64.exe; GOOS=windows GOARCH=386 ./build && mv yggdrasil.exe /tmp/upload/$CINAME-$CIVERSION-windows-i386.exe && mv yggdrasilctl.exe /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-windows-i386.exe; - GOOS=windows GOARCH=arm ./build && mv yggdrasil.exe /tmp/upload/$CINAME-$CIVERSION-windows-arm.exe && mv yggdrasilctl.exe /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-windows-arm.exe; bash contrib/msi/build-msi.sh x64 bash contrib/msi/build-msi.sh x86 mv *.msi /tmp/upload diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 58724a24..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: '{build}' -pull_requests: - do_not_increment_build_number: true -os: Visual Studio 2017 -shallow_clone: false - -environment: - MSYS2_PATH_TYPE: inherit - CHERE_INVOKING: enabled_from_arguments - -build_script: -- cmd: >- - cd %APPVEYOR_BUILD_FOLDER% -- 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'