mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
use llvm flag in ci
This commit is contained in:
parent
c7cabb7c72
commit
e83872d0dd
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci_zig.yml
vendored
7
.github/workflows/ci_zig.yml
vendored
|
|
@ -28,7 +28,9 @@ jobs:
|
|||
with:
|
||||
version: 0.13.0
|
||||
|
||||
- run: zig build
|
||||
- name: build roc
|
||||
run: |
|
||||
zig build -Dllvm
|
||||
|
||||
- name: roc executable minimal check (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
@ -41,7 +43,8 @@ jobs:
|
|||
zig-out\bin\roc.exe -h | findstr "Usage:"
|
||||
|
||||
- name: zig tests
|
||||
run: zig build test
|
||||
run: |
|
||||
zig build test -Dllvm
|
||||
|
||||
- name: check if statically linked (ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue