Fix appveyor path, badges
This commit is contained in:
parent
ada2ac0244
commit
013c925490
2 changed files with 4 additions and 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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue