diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-31 16:20:28 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-31 16:20:28 -0600 |
| commit | 013c925490fa0a524169e557d2bf5936360e5ee9 (patch) | |
| tree | 8313c6619690eba7da52c2fd0e67dce39e971182 | |
| parent | ada2ac0244b9ca8f9e365c31444cbf61cc372788 (diff) | |
| download | nimterop-013c925490fa0a524169e557d2bf5936360e5ee9.tar.gz nimterop-013c925490fa0a524169e557d2bf5936360e5ee9.zip | |
Fix appveyor path, badges
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | appveyor.yml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [](https://gitter.im/nimgen/Lobby) -[](https://ci.appveyor.com/project/genotrance/nimterop/branch/master) -[](https://travis-ci.org/genotrance/nimterop) +[](https://ci.appveyor.com/project/genotrance/nimterop-8jcj7/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 |
