aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-01-04 15:30:22 -0500
committerAndrew Kelley <superjoe30@gmail.com>2018-01-04 15:30:22 -0500
commitd008e209e7446311bda1b555284978dfabb91308 (patch)
tree0e2fd31e36f0db7eaf431ca92bd621919b5a508c /ci
parente1c03d9e8eb52b489d9b47bbe2f12cacac8a999f (diff)
downloadzig-d008e209e7446311bda1b555284978dfabb91308.tar.gz
zig-d008e209e7446311bda1b555284978dfabb91308.zip
self-hosted compiler works on macos
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis_osx_script15
1 files changed, 1 insertions, 14 deletions
diff --git a/ci/travis_osx_script b/ci/travis_osx_script
index a55132395b..db3992aa8e 100755
--- a/ci/travis_osx_script
+++ b/ci/travis_osx_script
@@ -9,17 +9,4 @@ cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/llvm@5/ -DCMAKE_INSTALL_PREFIX=$(pwd
make VERBOSE=1
make install
-# TODO: we run the tests separately because when run all together there is some
-# mysterious issue where after N child process spawns it crashes. I've been
-# unable to reproduce the issue on my macbook - it only happens on Travis.
-# ./zig build --build-file ../build.zig test
-
-./zig build --build-file ../build.zig test-behavior --verbose
-./zig build --build-file ../build.zig test-std --verbose
-./zig build --build-file ../build.zig test-compiler-rt --verbose
-./zig build --build-file ../build.zig test-compare-output --verbose
-./zig build --build-file ../build.zig test-build-examples --verbose
-./zig build --build-file ../build.zig test-compile-errors --verbose
-./zig build --build-file ../build.zig test-asm-link --verbose
-./zig build --build-file ../build.zig test-debug-safety --verbose
-./zig build --build-file ../build.zig test-translate-c --verbose
+./zig build --build-file ../build.zig test