Compare commits
2 commits
26521e3fae
...
32edcc0c92
Author | SHA1 | Date | |
---|---|---|---|
32edcc0c92 | |||
48c9475b4e |
2 changed files with 15 additions and 6 deletions
|
@ -24,17 +24,26 @@ stages:
|
||||||
stage: build
|
stage: build
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- FEATURES: [ 'xdg-mime-backend', 'infer-backend', 'multi-threaded xdg-mime-backend',
|
- FEATURES:
|
||||||
'multi-threaded infer-backend' ]
|
- xdg-mime-backend
|
||||||
|
- infer-backend
|
||||||
|
- multi-threaded xdg-mime-backend
|
||||||
|
- multi-threaded infer-backend
|
||||||
|
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- branches
|
||||||
|
- tags
|
||||||
|
changes:
|
||||||
|
- "/src/**/*"
|
||||||
|
- .gitlab-ci.yml
|
||||||
|
|
||||||
script:
|
script:
|
||||||
cargo build --no-default-features --locked --features="$FEATURES"
|
cargo build --no-default-features --locked --features="$FEATURES"
|
||||||
|
|
||||||
.cargo-test:
|
.cargo-test:
|
||||||
|
extends: .cargo-build
|
||||||
stage: test
|
stage: test
|
||||||
parallel:
|
|
||||||
matrix:
|
|
||||||
- FEATURES: [ 'xdg-mime-backend', 'infer-backend', 'multi-threaded xdg-mime-backend',
|
|
||||||
'multi-threaded infer-backend' ]
|
|
||||||
script:
|
script:
|
||||||
cargo test --no-default-features --locked --verbose --features="$FEATURES"
|
cargo test --no-default-features --locked --verbose --features="$FEATURES"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue