additional build targets so we know it at least compiles there
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2022-01-20 13:09:03 -08:00
parent 65537613e1
commit ded487f36e
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -20,6 +20,10 @@ steps:
- (cd codegen && zig build test)
- zig build -Dfetch # implicitly does a codegen
- zig build test
- zig build -Dtarget=arm-linux
- zig build -Dtarget=x86_64-windows
- zig build -Dtarget=aarch64-linux
- zig build -Dtarget=riscv64-linux
- name: notify
image: plugins/matrix
when: