Skip to content

Commit 5524b91

Browse files
committed
Build all combination of features on Circle CI
1 parent 11c18c0 commit 5524b91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ jobs:
2323
command: cargo test --target=x86_64-unknown-linux-gnu
2424
- run:
2525
name: Build
26-
command: cargo build --release
26+
command: |
27+
cargo build --release
28+
# debug
29+
cargo build
30+
cargo build --release --no-default-features
31+
cargo build --release --features debug
32+
cargo build --release --no-default-features --features debug

0 commit comments

Comments
 (0)