1
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:
Frank Denis 2024-04-26 15:34:22 +02:00
parent e6b1f1c9f2
commit ef17ae3923

View File

@ -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