| author | |
| committer | |
| log | 973e0abe79abf33cb5e9f4550fe323cb93eb6ee1 |
| tree | 996e7f20e3114158eab4b5c015b061ff79dbb65c |
| parent | e64e8d62ddf87e4665be73d95156e902a4b26d5b |
| signature | Commit is signed but in an unrecognized format. |
3 files changed, 3 insertions(+), 3 deletions(-)
ci/azure/linux_script+1-1| ... | @@ -20,7 +20,7 @@ mkdir build | ... | @@ -20,7 +20,7 @@ mkdir build |
| 20 | cd build | 20 | cd build |
| 21 | cmake .. -DCMAKE_BUILD_TYPE=Release | 21 | cmake .. -DCMAKE_BUILD_TYPE=Release |
| 22 | make -j2 install | 22 | make -j2 install |
| 23 | ./zig build --build-file ../build.zig test-behavior -Dskip-release | 23 | ./zig build --build-file ../build.zig test |
| 24 | 24 | ||
| 25 | if [ "${BUILD_REASON}" != "PullRequest" ]; then | 25 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 26 | ARTIFACTSDIR="$BUILDDIR/artifacts" | 26 | ARTIFACTSDIR="$BUILDDIR/artifacts" |
ci/azure/macos_script+1-1| ... | @@ -77,7 +77,7 @@ mkdir build | ... | @@ -77,7 +77,7 @@ mkdir build |
| 77 | cd build | 77 | cd build |
| 78 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON | 78 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON |
| 79 | make $JOBS install | 79 | make $JOBS install |
| 80 | release/bin/zig build --build-file ../build.zig docs | 80 | release/bin/zig build --build-file ../build.zig test |
| 81 | 81 | ||
| 82 | if [ "${BUILD_REASON}" != "PullRequest" ]; then | 82 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 83 | mv ../LICENSE release/ | 83 | mv ../LICENSE release/ |
ci/azure/windows_script.bat+1-1| ... | @@ -20,7 +20,7 @@ cd %ZIGBUILDDIR% | ... | @@ -20,7 +20,7 @@ cd %ZIGBUILDDIR% |
| 20 | cmake.exe .. -Thost=x64 -G"Visual Studio 15 2017 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b | 20 | cmake.exe .. -Thost=x64 -G"Visual Studio 15 2017 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b |
| 21 | msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b | 21 | msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 22 | 22 | ||
| 23 | "%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig docs || exit /b | 23 | "%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig test || exit /b |
| 24 | 24 | ||
| 25 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" | 25 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" |
| 26 | SET "MSYSTEM=MINGW64" | 26 | SET "MSYSTEM=MINGW64" |