Update '.circleci/config.yml'

This commit is contained in:
Daniel Ziltener 2020-05-01 19:08:52 +02:00
parent 6c5803b17b
commit a5e450b3fd

View file

@ -24,7 +24,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: cd chickenbuild; $env:Path+=";C:\tools\msys64\mingw64\bin";$env:CFLAGS="-O2 -Wno-unused-variable -Wno-unused-but-set-variable"; mingw32-make.exe PLATFORM=mingw-msys ARCH=x86-64 PREFIX=C:/tools/chicken
- run: C:\tools\msys64\usr\bin\bash.exe --login -c 'cd chickenbuild; export CFLAGS="-O2 -Wno-unused-variable -Wno-unused-but-set-variable"; mingw32-make PLATFORM=mingw-msys 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.$Env:build.nupkg --source https://push.chocolatey.org