CircleCI
This commit is contained in:
parent
2aafa67bc3
commit
69a971fff4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
$ProgressPreference = "SilentlyContinue"
|
$ProgressPreference = "SilentlyContinue"
|
||||||
Invoke-WebRequest -UseBasicParsing -Uri "https://code.call-cc.org/releases/$Env:version/chicken-$Env:version.tar.gz" -OutFile '.\chicken.tar.gz'
|
Invoke-WebRequest -UseBasicParsing -Uri "https://code.call-cc.org/releases/$Env:version/chicken-$Env:version.tar.gz" -OutFile '.\chicken.tar.gz'
|
||||||
Expand-7Zip chicken.tar.gz -TargetPath '.\'
|
7z x chicken.tar.gz
|
||||||
Expand-7Zip chicken.tar -TargetPath '.\'
|
7z x chicken.tar
|
||||||
Remove-Item -Force chicken.tar.gz
|
Remove-Item -Force chicken.tar.gz
|
||||||
Remove-Item -Force chicken.tar
|
Remove-Item -Force chicken.tar
|
||||||
mv chicken-* chickenbuild
|
mv chicken-* chickenbuild
|
||||||
|
|
Loading…
Reference in a new issue