Add redox and fuchsia

This commit is contained in:
Simonas Kazlauskas
2020-04-05 01:10:43 +03:00
parent fcdda33f46
commit 47c10024b2
2 changed files with 6 additions and 3 deletions
+4 -3
View File
@@ -98,12 +98,13 @@ jobs:
matrix:
rust_target:
# BSDs: could be tested with full system emulation
- x86_64-unknown-dragonfly
- x86_64-unknown-freebsd
# - x86_64-unknown-dragonfly
# - x86_64-unknown-freebsd
- x86_64-unknown-haiku
- x86_64-unknown-netbsd
# - x86_64-unknown-netbsd
- x86_64-unknown-openbsd
- x86_64-unknown-redox
- x86_64-fuchsia
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
+2
View File
@@ -35,6 +35,8 @@ fn link_libraries(target_os: &str) {
"openbsd" | "bitrig" | "netbsd" | "macos" | "ios" => {}
"solaris" => {}
"haiku" => {}
"redox" => {}
"fuchsia" => {}
// dependencies come with winapi
"windows" => {}
tos => {