CircleCI
This commit is contained in:
parent
f0191ba6c8
commit
6fd50d48ec
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue