diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-19 14:54:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-19 14:54:32 -0700 |
| commit | a2b8b4c20632d79721052abd232fe2d1bdf2700d (patch) | |
| tree | d2197a4db151d91899eb26c7687963293d657884 /test.bat | |
| parent | 019bc0d1507afcc6b12f3dd097040d664d9c1d50 (diff) | |
| parent | 6c71681364ac892108c275b8e46d39c9ff77a395 (diff) | |
Merge pull request #127 from tfoleyNV/deployment
Use AppVeyor to deploy to GitHub Releases
Diffstat (limited to 'test.bat')
| -rw-r--r-- | test.bat | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -31,6 +31,9 @@ if "%1"=="-configuration" ( :: When done with arguments, we'll just fall through here + + + :: Set root directory to the directory where `test.bat` resides :: (which should be the root of the source tree) SET "SLANG_TEST_ROOT=%~dp0" @@ -45,7 +48,7 @@ IF "%SLANG_TEST_CONFIG%" == "" ( SET "SLANG_TEST_CONFIG=Debug" ) IF "%SLANG_TEST_PLATFORM%"=="Win32" ( Set "SLANG_TEST_PLATFORM=x86" ) :: Establish the directory where the binaries to be tested reside -set "SLANG_TEST_BIN_DIR=%SLANG_TEST_ROOT%bin\%SLANG_TEST_PLATFORM%\%SLANG_TEST_CONFIG%\" +set "SLANG_TEST_BIN_DIR=%SLANG_TEST_ROOT%bin\windows-%SLANG_TEST_PLATFORM%\%SLANG_TEST_CONFIG%\" :: ensure that any built tools are visible SET "PATH=%PATH%;%SLANG_TEST_BIN_DIR%" |
