aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-31 16:20:28 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-31 16:20:28 -0600
commit013c925490fa0a524169e557d2bf5936360e5ee9 (patch)
tree8313c6619690eba7da52c2fd0e67dce39e971182
parentada2ac0244b9ca8f9e365c31444cbf61cc372788 (diff)
downloadnimterop-013c925490fa0a524169e557d2bf5936360e5ee9.tar.gz
nimterop-013c925490fa0a524169e557d2bf5936360e5ee9.zip
Fix appveyor path, badges
-rw-r--r--README.md4
-rw-r--r--appveyor.yml4
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