Compare commits

...

1 Commits

Author SHA1 Message Date
Quentin a259f820a4
wip apple+windows
continuous-integration/drone/push Build is passing Details
2023-04-10 16:36:38 +02:00
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ in {
i386 = build_debug_and_release "i686-unknown-linux-musl";
arm64 = build_debug_and_release "aarch64-unknown-linux-musl";
arm = build_debug_and_release "armv6l-unknown-linux-musleabihf";
win = {
amd64 = build_debug_and_release "x86_64-w64-mingw32";
};
apple = {
arm64 = build_debug_and_release "aarch64-apple-darwin";
amd64 = build_debug_and_release "x86_64-apple-darwin";
};
};
test = {
amd64 = test (compile {