CI fix
This commit is contained in:
parent
9c4843cbd6
commit
9f808e829d
3 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
- run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
|
- run: Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
|
||||||
|
- run: choco install -y msys2
|
||||||
- run: .\build.ps1
|
- run: .\build.ps1
|
||||||
- run: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org
|
- run: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org
|
||||||
- run: choco push chicken.$version.nupkg --source https://push.chocolatey.org
|
- run: choco push chicken.$version.nupkg --source https://push.chocolatey.org
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#$binaryversion=11
|
#$binaryversion=11
|
||||||
|
|
||||||
# Fetching and unpacking remote files
|
# Fetching and unpacking remote files
|
||||||
Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
|
|
||||||
choco install -y msys2
|
|
||||||
Invoke-WebRequest -UseBasicParsing -Uri "https://code.call-cc.org/releases/$version/chicken-$version.tar.gz" -OutFile '.\chicken.tar.gz'
|
Invoke-WebRequest -UseBasicParsing -Uri "https://code.call-cc.org/releases/$version/chicken-$version.tar.gz" -OutFile '.\chicken.tar.gz'
|
||||||
#Expand-7Zip chicken.tar.gz -TargetPath '.\'
|
#Expand-7Zip chicken.tar.gz -TargetPath '.\'
|
||||||
#Expand-7Zip chicken.tar -TargetPath '.\'
|
#Expand-7Zip chicken.tar -TargetPath '.\'
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<tags>chicken admin scheme lisp programming language</tags>
|
<tags>chicken admin scheme lisp programming language</tags>
|
||||||
<projectSourceUrl>https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary</projectSourceUrl>
|
<projectSourceUrl>https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary</projectSourceUrl>
|
||||||
<packageSourceUrl>https://bitbucket.org/zilti/chicken</packageSourceUrl>
|
<packageSourceUrl>https://bitbucket.org/zilti/chicken</packageSourceUrl>
|
||||||
<docsUrl>http://wiki.call-cc.org/man/4/The%20User%27s%20Manual</docsUrl>
|
<docsUrl>http://wiki.call-cc.org/man/5/The%20User%27s%20Manual</docsUrl>
|
||||||
<mailingListUrl>http://lists.nongnu.org/mailman/listinfo/chicken-users</mailingListUrl>
|
<mailingListUrl>http://lists.nongnu.org/mailman/listinfo/chicken-users</mailingListUrl>
|
||||||
<bugTrackerUrl>http://bugs.call-cc.org/</bugTrackerUrl>
|
<bugTrackerUrl>http://bugs.call-cc.org/</bugTrackerUrl>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in a new issue