Skip to content

Commit

Permalink
ci: Make sure to build the bootstrap compiler first...
Browse files Browse the repository at this point in the history
  • Loading branch information
48cf committed Sep 1, 2023
1 parent 8532367 commit 66e1d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
wget https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3970+7a8002a5c.tar.xz
tar xf zig-linux-x86_64-0.11.0-dev.3970+7a8002a5c.tar.xz
mv zig-linux-x86_64-0.11.0-dev.3970+7a8002a5c zig
- name: Build the bootstrap compiler
run: zig build
- name: Run the test cases
run: ./tests.sh
- name: Build self-hosted compiler
- name: Build the self-hosted compiler
run: zig/zig build run -- selfhost/main.n
- name: Disassemble the built binary
run: objdump -d -M intel a.out
Expand Down

0 comments on commit 66e1d8a

Please sign in to comment.