| author | |
| committer | |
| log | 83bbc39c1582077cb5385536a04b7bf8bbffbf26 |
| tree | 4a6a629ffe42971e160d875783e8f991889489a1 |
| parent | b5d2be108243e7f2b6af0cb8085b382ed00e6036 |
1 files changed, 9 insertions(+), 0 deletions(-)
ci/x86_64-macos-release.sh+9| ... | ... | @@ -25,6 +25,15 @@ cd $ZIGDIR |
| 25 | 25 | git fetch --unshallow || true |
| 26 | 26 | git fetch --tags |
| 27 | 27 | |
| 28 | # Test building from source without LLVM. | |
| 29 | git clean -fd | |
| 30 | rm -rf zig-out | |
| 31 | cc -o bootstrap bootstrap.c | |
| 32 | ./bootstrap | |
| 33 | ./zig2 build -Dno-lib | |
| 34 | # In order to run these behavior tests we need to move the `@cImport` ones to somewhere else. | |
| 35 | # ./zig-out/bin/zig test test/behavior.zig | |
| 36 | ||
| 28 | 37 | rm -rf build |
| 29 | 38 | mkdir build |
| 30 | 39 | cd build |