mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try again, with a more elegant approach to environment variables
This commit is contained in:
parent
7fc5033571
commit
a11645b42a
|
@ -40,6 +40,11 @@ build:
|
|||
verbosity: minimal
|
||||
|
||||
test_script:
|
||||
- cd build\tests\%configuration%
|
||||
- set PATH=C:\projects\xlnt\vcpkg\installed\%platform%-windows\debug\bin;%PATH%
|
||||
- dir tests
|
||||
- cd tests\%configuration%
|
||||
- if [%platform%]==[Win32] set VCPKG_PLATFORM=x86-windows
|
||||
- if [%platform%]==[x64] set VCPKG_PLATFORM=x64-windows
|
||||
- if [%configuration%]==[Debug] set VCPKG_PLATFORM=%VCPKG_PLATFORM%\debug
|
||||
- set PATH=C:\projects\xlnt\vcpkg\installed\%VCPKG_PLATFORM%\bin;%PATH%
|
||||
- echo %PATH%
|
||||
- xlnt.test.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user