commit
aad21d2639
29 changed files with 182 additions and 51 deletions
@ -0,0 +1,11 @@ |
||||
set CACHE=C:\cache |
||||
set CYGWIN_MIRROR="http://cygwin.mirror.constant.com" |
||||
|
||||
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64 |
||||
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin |
||||
|
||||
if not exist %CACHE% mkdir %CACHE% |
||||
|
||||
echo Updating Cygwin and installing ninja and test prerequisites |
||||
%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P "ninja,gcc-objc,gcc-objc++,libglib2.0-devel,zlib-devel" |
||||
echo Install done |
@ -0,0 +1,6 @@ |
||||
#!/bin/sh |
||||
|
||||
echo ninja $(ninja --version) |
||||
python3 --version -V |
||||
|
||||
python3 run_tests.py --backend=${backend} |
@ -1,8 +1,8 @@ |
||||
usr/bin/libsome-0.dll |
||||
usr/bin/?libsome-0.dll |
||||
usr/lib/libsome.dll.a |
||||
usr/bin/libnoversion.dll |
||||
usr/bin/?libnoversion.dll |
||||
usr/lib/libnoversion.dll.a |
||||
usr/bin/libonlyversion-1.dll |
||||
usr/bin/?libonlyversion-1.dll |
||||
usr/lib/libonlyversion.dll.a |
||||
usr/bin/libonlysoversion-5.dll |
||||
usr/bin/?libonlysoversion-5.dll |
||||
usr/lib/libonlysoversion.dll.a |
||||
|
Loading…
Reference in new issue