mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Test compilation on x86-linux and x86-windows
This commit is contained in:
parent
e6b1f1c9f2
commit
ef17ae3923
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -51,8 +51,10 @@ jobs:
|
||||
- name: Compilation with zig
|
||||
run: |
|
||||
zig build
|
||||
zig build -Dtarget=x86-linux
|
||||
zig build -Dtarget=x86_64-linux
|
||||
zig build -Dtarget=aarch64-linux
|
||||
zig build -Dtarget=x86-windows
|
||||
zig build -Dtarget=x86_64-windows
|
||||
zig build -Dtarget=aarch64-windows
|
||||
zig build -Dtarget=x86_64-macos
|
||||
|
Loading…
Reference in New Issue
Block a user