Compare commits

..

No commits in common. "32edcc0c9279caaadfd371c7cadc9f4b5339ba4c" and "26521e3faec8874f9cf042de50bf90e64cc3cb15" have entirely different histories.

2 changed files with 6 additions and 15 deletions

View file

@ -24,26 +24,17 @@ stages:
stage: build stage: build
parallel: parallel:
matrix: matrix:
- FEATURES: - FEATURES: [ 'xdg-mime-backend', 'infer-backend', 'multi-threaded xdg-mime-backend',
- xdg-mime-backend 'multi-threaded infer-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