From 013c925490fa0a524169e557d2bf5936360e5ee9 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 31 Jan 2019 16:20:28 -0600 Subject: Fix appveyor path, badges --- README.md | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca180c1..9bcc3ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Chat on Gitter](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/nimgen/Lobby) -[![Build status](https://ci.appveyor.com/api/projects/status/nsaar5foexk9adan/branch/master?svg=true)](https://ci.appveyor.com/project/genotrance/nimterop/branch/master) -[![Build Status](https://travis-ci.org/genotrance/nimterop.svg?branch=master)](https://travis-ci.org/genotrance/nimterop) +[![Build status](https://ci.appveyor.com/api/projects/status/hol1yvqbp6hq4ao8/branch/master?svg=true)](https://ci.appveyor.com/project/genotrance/nimterop-8jcj7/branch/master) +[![Build Status](https://travis-ci.org/nimterop/nimterop.svg?branch=master)](https://travis-ci.org/nimterop/nimterop) Nimterop is a [Nim](https://nim-lang.org/) package that aims to make C/C++ interop seamless diff --git a/appveyor.yml b/appveyor.yml index f8f45d7..b7f97f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ for: 7z x -y "nim-%NIM_VERSION%_x%ARCH%.zip"> nul && del "nim-%NIM_VERSION%_x%ARCH%.zip") - SET PATH=c:\binaries\mingw%ARCH%\bin;c:\binaries\nim-%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH% - - CD c:\projects\nimterop + - CD %APPVEYOR_BUILD_FOLDER% on_finish: - 7z a -r buildlogs-win-pkgs.zip %USERPROFILE%\.nimble\pkgs @@ -66,7 +66,7 @@ for: ./koch nimble -d:release; fi - export PATH=/home/appveyor/binaries/nim-$NIM_VERSION/bin:~/.nimble/bin:$PATH - - cd /home/appveyor/projects/nimterop + - cd $APPVEYOR_BUILD_FOLDER on_finish: - zip -r -q buildlogs-lin-pkgs.zip ~/.nimble/pkgs -- cgit v1.2.3