CircleCI
This commit is contained in:
parent
69a971fff4
commit
f0191ba6c8
2 changed files with 3 additions and 3 deletions
|
@ -22,6 +22,9 @@ jobs:
|
|||
Remove-Item -Force chicken.tar.gz
|
||||
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: .\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
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
#$binaryversion=11
|
||||
|
||||
# Building
|
||||
C:\tools\msys64\usr\bin\bash.exe --login -c 'pacboy -Sy --needed --noconfirm binutils:x make:x gcc:x gettext:x readline:x'
|
||||
$env:Path+=";C:\tools\msys64\mingw64\bin"
|
||||
mingw32-make.exe -C chickenbuild PLATFORM=mingw ARCH=x86-64 PREFIX=C:/tools/chicken
|
||||
choco new chicken --version $Env:version --maintainername="'Daniel Ziltener'"
|
||||
Remove-Item -Recurse -Force chicken\tools\
|
||||
Remove-Item -Force chicken\ReadMe.md
|
||||
|
|
Loading…
Reference in a new issue