aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-08-27 17:16:42 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-08-27 17:16:42 -0400
commitebdc6b594ddc0762ed9e41b5f36e6da5e03c19e0 (patch)
treefcc648080b4684e96d1016a912c647d0c8e313cd /ci
parent5fd579a51c44c31b99cf34d9e8ada3b7692b4c43 (diff)
downloadzig-ebdc6b594ddc0762ed9e41b5f36e6da5e03c19e0.tar.gz
zig-ebdc6b594ddc0762ed9e41b5f36e6da5e03c19e0.zip
all tests passing in MacOS
depends on LLD 5.0.0 with 3 patches See #273
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis_osx_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis_osx_script b/ci/travis_osx_script
index d29a52db9d..3620836120 100755
--- a/ci/travis_osx_script
+++ b/ci/travis_osx_script
@@ -12,4 +12,4 @@ cd build
cmake .. -DCMAKE_PREFIX_PATH=$PREFIX_DIR -DCMAKE_INSTALL_PREFIX=$(pwd) -DZIG_LIBC_LIB_DIR=$(dirname $($CC -print-file-name=crt1.o)) -DZIG_LIBC_INCLUDE_DIR=$(echo -n | $CC -E -x c - -v 2>&1 | grep -B1 "End of search list." | head -n1 | cut -c 2- | sed "s/ .*//") -DZIG_LIBC_STATIC_LIB_DIR=$(dirname $($CC -print-file-name=crtbegin.o))
make VERBOSE=1
make install
-./zig build --build-file ../build.zig test-behavior test-std test-compiler-rt test-compare-output test-compile-errors test-asm-link test-debug-safety test-parseh
+./zig build --build-file ../build.zig test