| author | |
| committer | |
| log | 9f986419bd0409c0b6b7630f0c7222b4137ead4f |
| tree | 4c1194e6e863e61dbb6a708aed4d26b35a6dfbfa |
| parent | 6f64c8b693446a6f8d170bb09324e5c5e506ce6f |
2 files changed, 2 insertions(+), 2 deletions(-)
ci/x86_64-windows-debug.ps1+1-1| ... | @@ -95,7 +95,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\ | ... | @@ -95,7 +95,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\ |
| 95 | CheckLastExitCode | 95 | CheckLastExitCode |
| 96 | 96 | ||
| 97 | Write-Output "Build and run behavior tests with msvc..." | 97 | Write-Output "Build and run behavior tests with msvc..." |
| 98 | & cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib | 98 | & cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib ws2_32.lib |
| 99 | CheckLastExitCode | 99 | CheckLastExitCode |
| 100 | 100 | ||
| 101 | & .\test-x86_64-windows-msvc.exe | 101 | & .\test-x86_64-windows-msvc.exe |
ci/x86_64-windows-release.ps1+1-1| ... | @@ -113,7 +113,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\ | ... | @@ -113,7 +113,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\ |
| 113 | CheckLastExitCode | 113 | CheckLastExitCode |
| 114 | 114 | ||
| 115 | Write-Output "Build and run behavior tests with msvc..." | 115 | Write-Output "Build and run behavior tests with msvc..." |
| 116 | & cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib | 116 | & cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib ws2_32.lib |
| 117 | CheckLastExitCode | 117 | CheckLastExitCode |
| 118 | 118 | ||
| 119 | & .\test-x86_64-windows-msvc.exe | 119 | & .\test-x86_64-windows-msvc.exe |