diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-11-05 10:10:27 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-11-05 10:10:27 -0500 |
| commit | 973e0abe79abf33cb5e9f4550fe323cb93eb6ee1 (patch) | |
| tree | 996e7f20e3114158eab4b5c015b061ff79dbb65c /ci/azure/linux_script | |
| parent | e64e8d62ddf87e4665be73d95156e902a4b26d5b (diff) | |
| download | zig-973e0abe79abf33cb5e9f4550fe323cb93eb6ee1.tar.gz zig-973e0abe79abf33cb5e9f4550fe323cb93eb6ee1.zip | |
ci: full test suite
Diffstat (limited to 'ci/azure/linux_script')
| -rwxr-xr-x | ci/azure/linux_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script index 976e53b5c1..6538c2145a 100755 --- 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" |
