authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-19 18:22:20 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-19 18:22:20 -08:00
log28b2b44a90ac0e37fbaf991d5e85e85b597a8205
treefd2aed7c372532be6516b5c6242185d44c0b86a0
parent6c825091f8b141992f42395e432993260a2de220

circleci- add bootstrapping to ci


1 files changed, 2 insertions(+), 0 deletions(-)

.circleci/config.yml+2
...@@ -18,6 +18,8 @@ jobs:...@@ -18,6 +18,8 @@ jobs:
18 - run: ./download_zig.sh 0.8.0-dev.1127+6a5a6386c18 - run: ./download_zig.sh 0.8.0-dev.1127+6a5a6386c
19 - run: zig version19 - run: zig version
20 - run: zig env20 - run: zig env
21 - run: zig build -Dbootstrap
22 - run: ./zig-cache/bin/zigmod fetch
21 - run: ./build_all_zig.sh23 - run: ./build_all_zig.sh
22 - store_artifacts:24 - store_artifacts:
23 path: ./zig-cache/bin/25 path: ./zig-cache/bin/