From 9f808e829dd27864f69d7bbace5fa9ca33b3da06 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Sun, 1 Mar 2020 23:46:14 +0100 Subject: [PATCH] CI fix --- .circleci/config.yml | 2 ++ build.ps1 | 2 -- chicken.nuspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa7afbc..683735a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,8 @@ jobs: steps: - checkout - 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: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org - run: choco push chicken.$version.nupkg --source https://push.chocolatey.org diff --git a/build.ps1 b/build.ps1 index 8b4efd8..7ef702f 100644 --- a/build.ps1 +++ b/build.ps1 @@ -3,8 +3,6 @@ #$binaryversion=11 # 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' #Expand-7Zip chicken.tar.gz -TargetPath '.\' #Expand-7Zip chicken.tar -TargetPath '.\' diff --git a/chicken.nuspec b/chicken.nuspec index 340b383..62948ad 100644 --- a/chicken.nuspec +++ b/chicken.nuspec @@ -16,7 +16,7 @@ chicken admin scheme lisp programming language https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=summary https://bitbucket.org/zilti/chicken - http://wiki.call-cc.org/man/4/The%20User%27s%20Manual + http://wiki.call-cc.org/man/5/The%20User%27s%20Manual http://lists.nongnu.org/mailman/listinfo/chicken-users http://bugs.call-cc.org/