| author | |
| committer | |
| log | e64e8d62ddf87e4665be73d95156e902a4b26d5b |
| tree | 798a12964451155bb28ce36bf40ff82745875ed6 |
| parent | 9b0fb8a912907cd79a1ddc493e10c66e38532638 |
| signature | Commit is signed but in an unrecognized format. |
4 files changed, 4 insertions(+), 3 deletions(-)
ci/azure/linux_script+1-1| ... | ... | @@ -20,7 +20,7 @@ mkdir build |
| 20 | 20 | cd build |
| 21 | 21 | cmake .. -DCMAKE_BUILD_TYPE=Release |
| 22 | 22 | make -j2 install |
| 23 | ./zig build --build-file ../build.zig test | |
| 23 | ./zig build --build-file ../build.zig test-behavior -Dskip-release | |
| 24 | 24 | |
| 25 | 25 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 26 | 26 | ARTIFACTSDIR="$BUILDDIR/artifacts" |
ci/azure/macos_script+1-1| ... | ... | @@ -77,7 +77,7 @@ mkdir build |
| 77 | 77 | cd build |
| 78 | 78 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON |
| 79 | 79 | make $JOBS install |
| 80 | release/bin/zig build --build-file ../build.zig test | |
| 80 | release/bin/zig build --build-file ../build.zig docs | |
| 81 | 81 | |
| 82 | 82 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 83 | 83 | mv ../LICENSE release/ |
ci/azure/update_download_page+1| ... | ... | @@ -24,6 +24,7 @@ export SRC_BYTESIZE=$(wc -c < $SRC_TARBALL) |
| 24 | 24 | git clone https://github.com/ziglang/www.ziglang.org --depth 1 |
| 25 | 25 | cd www.ziglang.org |
| 26 | 26 | export MASTER_DATE=$(date +%Y-%m-%d) |
| 27 | env | |
| 27 | 28 | "../$ZIG" run update-download-page.zig |
| 28 | 29 | |
| 29 | 30 | mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg" |
ci/azure/windows_script.bat+1-1| ... | ... | @@ -20,7 +20,7 @@ cd %ZIGBUILDDIR% |
| 20 | 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 | 21 | msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 22 | 22 | |
| 23 | "%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig test || exit /b | |
| 23 | "%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig docs || exit /b | |
| 24 | 24 | |
| 25 | 25 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" |
| 26 | 26 | SET "MSYSTEM=MINGW64" |