1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-16 15:11:35 +03:00

Use "build" folder instead of "tmp" in CI scripts

This commit is contained in:
Davide Beatrici
2020-07-20 20:33:36 +02:00
parent 369a8850c4
commit 3c2f5a41ba
7 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ jobs:
configure
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cd tmp
cd build
nmake
- powershell: |
. .ci\appveyor-vpntest.ps1