File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ matrix:
27
27
packages :
28
28
- nodejs
29
29
- npm
30
+ - os : linux
31
+ env : TARGET=x86_64-unknown-linux-musl CHANNEL=stable
30
32
# Beta channel
31
33
- os : osx
32
34
env : TARGET=i686-apple-darwin CHANNEL=beta
@@ -39,6 +41,8 @@ matrix:
39
41
env : TARGET=x86_64-apple-darwin CHANNEL=beta
40
42
- os : linux
41
43
env : TARGET=x86_64-unknown-linux-gnu CHANNEL=beta
44
+ - os : linux
45
+ env : TARGET=x86_64-unknown-linux-musl CHANNEL=beta
42
46
# Nightly channel
43
47
- os : osx
44
48
env : TARGET=i686-apple-darwin CHANNEL=nightly
@@ -51,6 +55,8 @@ matrix:
51
55
env : TARGET=x86_64-apple-darwin CHANNEL=nightly
52
56
- os : linux
53
57
env : TARGET=x86_64-unknown-linux-gnu CHANNEL=nightly
58
+ - os : linux
59
+ env : TARGET=x86_64-unknown-linux-musl CHANNEL=nightly
54
60
55
61
# Musl builds fail due to a bug in Rust (https://github.com/azerupi/mdBook/issues/158)
56
62
allow_failures :
You can’t perform that action at this time.
0 commit comments