Fix configure batch script and add test batch script
This commit is contained in:
parent
a2670a39dc
commit
b03e9a636f
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
1
script/test.cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
msbuild /p:Configuration=Test tests.vcxproj
|
||||
Loading…
Add table
Add a link
Reference in a new issue