Skip to content

Commit

Permalink
temp remove zig from circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 21, 2021
1 parent c04b068 commit 72c85f4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
path: ./bin/
destination: /artifacts/

- run: sudo apt -y install wget tar xz-utils jq
- run: ./download_zig.sh 0.9.0-dev.831+5806c386e
- run: zig version
- run: zig env
# - run: sudo apt -y install wget tar xz-utils jq
# - run: ./download_zig.sh 0.9.0-dev.831+5806c386e
# - run: zig version
# - run: zig env

- run: zigmod version
- run: zigmod ci
- run: ./build_all_zig.sh
- store_artifacts:
path: ./zig-out/bin/
destination: /artifacts/
# - run: zigmod version
# - run: zigmod ci
# - run: ./build_all_zig.sh
# - store_artifacts:
# path: ./zig-out/bin/
# destination: /artifacts/

- run: ./make_release.sh

Expand Down

0 comments on commit 72c85f4

Please sign in to comment.