| author | |
| committer | |
| log | be796e40a3c5797a304b1981a2a7fd321944d1c0 |
| tree | 53d627bc631eaaa154842ea4df9f8416bc47a9b5 |
| parent | d43c08a3e517f29b3dcaf5aa7860ed185815a305 |
3 files changed, 3 insertions(+), 3 deletions(-)
ci/azure/macos_script+1-1| ... | @@ -88,7 +88,7 @@ mkdir build | ... | @@ -88,7 +88,7 @@ mkdir build |
| 88 | cd build | 88 | cd build |
| 89 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON | 89 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON |
| 90 | make $JOBS install | 90 | make $JOBS install |
| 91 | release/bin/zig build test | 91 | release/bin/zig build test -Dskip-wasi |
| 92 | 92 | ||
| 93 | if [ "${BUILD_REASON}" != "PullRequest" ]; then | 93 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 94 | mv ../LICENSE release/ | 94 | mv ../LICENSE release/ |
ci/azure/windows_mingw_script+1-1| ... | @@ -18,4 +18,4 @@ cmake .. -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo $CMAKEFLAGS -DCMA | ... | @@ -18,4 +18,4 @@ cmake .. -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo $CMAKEFLAGS -DCMA |
| 18 | 18 | ||
| 19 | make -j$(nproc) install | 19 | make -j$(nproc) install |
| 20 | 20 | ||
| 21 | ./zig build test-behavior -Dskip-non-native -Dskip-release | 21 | ./zig build test-behavior -Dskip-non-native -Dskip-release -Dskip-wasi |
ci/azure/windows_msvc_script.bat+1-1| ... | @@ -24,7 +24,7 @@ cd %ZIGBUILDDIR% | ... | @@ -24,7 +24,7 @@ cd %ZIGBUILDDIR% |
| 24 | cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b | 24 | cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b |
| 25 | msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b | 25 | msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 26 | 26 | ||
| 27 | "%ZIGINSTALLDIR%\bin\zig.exe" build test || exit /b | 27 | "%ZIGINSTALLDIR%\bin\zig.exe" build test -Dskip-wasi || exit /b |
| 28 | 28 | ||
| 29 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" | 29 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" |
| 30 | SET "MSYSTEM=MINGW64" | 30 | SET "MSYSTEM=MINGW64" |