Fix configure batch script and add test batch script

This commit is contained in:
Max Brunsfeld 2017-08-07 15:36:14 -07:00
parent a2670a39dc
commit b03e9a636f
3 changed files with 4 additions and 5 deletions

View file

@ -10,10 +10,8 @@ platform:
install:
- script\configure.cmd
- msbuild runtime.vcxproj
- msbuild compiler.vcxproj
- msbuild tests.vcxproj
test_script:
- script\test.cmd
build: off

View file

@ -1,3 +1,3 @@
git submodule update --init --recursive
.\externals\gyp\gyp project.gyp --depth .
.\externals\gyp\gyp tests.gyp --depth .
call .\externals\gyp\gyp.bat project.gyp --depth .
call .\externals\gyp\gyp.bat tests.gyp --depth .

1
script/test.cmd Normal file
View file

@ -0,0 +1 @@
msbuild /p:Configuration=Test tests.vcxproj