This commit is contained in:
Daniel Ziltener 2020-03-02 02:03:54 +01:00
parent f0191ba6c8
commit 6fd50d48ec
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ jobs:
Remove-Item -Force chicken.tar
mv chicken-* chickenbuild
- run: C:\tools\msys64\usr\bin\bash.exe --login -c 'pacboy -Sy --needed --noconfirm binutils:x make:x gcc:x gettext:x readline:x'
- run: $env:Path+=";C:\tools\msys64\mingw64\bin"
- run: mingw32-make.exe -C chickenbuild PLATFORM=mingw ARCH=x86-64 PREFIX=C:/tools/chicken
- run: $env:Path+=";C:\tools\msys64\mingw64\bin"; mingw32-make.exe -C chickenbuild PLATFORM=mingw ARCH=x86-64 PREFIX=C:/tools/chicken
- run: .\build.ps1
- run: choco apikey --key $Env:CHOCO_API_KEY --source https://push.chocolatey.org
- run: choco push chicken.$Env:version.nupkg --source https://push.chocolatey.org