authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-05 09:46:31-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-05 09:46:31-05:00
loge64e8d62ddf87e4665be73d95156e902a4b26d5b
tree798a12964451155bb28ce36bf40ff82745875ed6
parent9b0fb8a912907cd79a1ddc493e10c66e38532638
signaturelock-open Commit is signed but in an unrecognized format.

ci: display environment variables


4 files changed, 4 insertions(+), 3 deletions(-)

ci/azure/linux_script+1-1
...@@ -20,7 +20,7 @@ mkdir build...@@ -20,7 +20,7 @@ mkdir build
20cd build20cd build
21cmake .. -DCMAKE_BUILD_TYPE=Release21cmake .. -DCMAKE_BUILD_TYPE=Release
22make -j2 install22make -j2 install
23./zig build --build-file ../build.zig test23./zig build --build-file ../build.zig test-behavior -Dskip-release
2424
25if [ "${BUILD_REASON}" != "PullRequest" ]; then25if [ "${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
77cd build77cd build
78cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON78cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON
79make $JOBS install79make $JOBS install
80release/bin/zig build --build-file ../build.zig test80release/bin/zig build --build-file ../build.zig docs
8181
82if [ "${BUILD_REASON}" != "PullRequest" ]; then82if [ "${BUILD_REASON}" != "PullRequest" ]; then
83 mv ../LICENSE release/83 mv ../LICENSE release/
ci/azure/update_download_page+1
...@@ -24,6 +24,7 @@ export SRC_BYTESIZE=$(wc -c < $SRC_TARBALL)...@@ -24,6 +24,7 @@ export SRC_BYTESIZE=$(wc -c < $SRC_TARBALL)
24git clone https://github.com/ziglang/www.ziglang.org --depth 124git clone https://github.com/ziglang/www.ziglang.org --depth 1
25cd www.ziglang.org25cd www.ziglang.org
26export MASTER_DATE=$(date +%Y-%m-%d)26export MASTER_DATE=$(date +%Y-%m-%d)
27env
27"../$ZIG" run update-download-page.zig28"../$ZIG" run update-download-page.zig
2829
29mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg"30mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg"
ci/azure/windows_script.bat+1-1
...@@ -20,7 +20,7 @@ cd %ZIGBUILDDIR%...@@ -20,7 +20,7 @@ cd %ZIGBUILDDIR%
20cmake.exe .. -Thost=x64 -G"Visual Studio 15 2017 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b20cmake.exe .. -Thost=x64 -G"Visual Studio 15 2017 Win64" "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b
21msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b21msbuild /p:Configuration=Release INSTALL.vcxproj || exit /b
2222
23"%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig test || exit /b23"%ZIGINSTALLDIR%\bin\zig.exe" build --build-file ..\build.zig docs || exit /b
2424
25set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"25set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
26SET "MSYSTEM=MINGW64"26SET "MSYSTEM=MINGW64"