motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 973e0abe79abf33cb5e9f4550fe323cb93eb6ee1 (tree)
parent e64e8d62ddf87e4665be73d95156e902a4b26d5b
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Mon,  5 Nov 2018 10:10:27 -0500

ci: full test suite

Diffstat:
Mci/azure/linux_script | 2+-
Mci/azure/macos_script | 2+-
Mci/azure/windows_script.bat | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/azure/linux_script b/ci/azure/linux_script @@ -20,7 +20,7 @@ mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -j2 install -./zig build --build-file ../build.zig test-behavior -Dskip-release +./zig build --build-file ../build.zig test if [ "${BUILD_REASON}" != "PullRequest" ]; then ARTIFACTSDIR="$BUILDDIR/artifacts" diff --git a/ci/azure/macos_script b/ci/azure/macos_script @@ -77,7 +77,7 @@ mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON make $JOBS install -release/bin/zig build --build-file ../build.zig docs +release/bin/zig build --build-file ../build.zig test if [ "${BUILD_REASON}" != "PullRequest" ]; then mv ../LICENSE release/ diff --git a/ci/azure/windows_script.bat b/ci/azure/windows_script.bat @@ -20,7 +20,7 @@ cd %ZIGBUILDDIR% cmake.exe .. -Thost=x64 -G"Visual Studio 15 2017 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b -"%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig docs || exit /b +"%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig test || exit /b set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" SET "MSYSTEM=MINGW64"