File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ include_base: &BASE
28
28
- export LLVM_PATH=/usr/share/llvm-${LLVM_VERSION}/cmake/
29
29
- sed -i -e 's/llvm-sys = ".*"/llvm-sys = "'${LLVM_VERSION_SHORT}'"/' Cargo.toml
30
30
script :
31
- - cargo build --no-default-features --features "llvm${LLVM_VERSION_DASH}" --color=always
32
- - cargo test --no-default-features --features "llvm${LLVM_VERSION_DASH}" --verbose --color=always
31
+ - cargo build --no-default-features --features "target-all, llvm${LLVM_VERSION_DASH}" --color=always
32
+ - cargo test --no-default-features --features "target-all, llvm${LLVM_VERSION_DASH}" --verbose --color=always
33
33
34
34
matrix :
35
35
fast_finish : true
@@ -154,7 +154,7 @@ matrix:
154
154
- export PATH=/usr/lib/llvm-8/bin/:$HOME/.local/bin:$PATH
155
155
- export LLVM_PATH=/usr/share/llvm-8/cmake/
156
156
script :
157
- - cargo doc --no-default-features --features llvm8-0 --color=always
157
+ - cargo doc --no-default-features --features "target-all, llvm8-0" --color=always
158
158
- echo '<meta http-equiv="refresh" content="1; url=inkwell/index.html">' > target/doc/index.html
159
159
rust : nightly
160
160
name : " GitHub IO Documentation Deployment"
You can’t perform that action at this time.
0 commit comments