Browse Source

Test new compiler feature flag combinations in CI

timvisee 6 năm trước cách đây
mục cha
commit
ddf0e191a3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -49,6 +49,8 @@ variables:
     - cargo check --verbose
     - cargo check --no-default-features --features send2 --verbose
     - cargo check --no-default-features --features send3 --verbose
+    - cargo check --no-default-features --features send2,send3,qrcode --verbose
+    - cargo check --no-default-features --features send2,send3,urlshorten --verbose
     - cargo check --features no-color --verbose
 check-stable:
   <<: *check-base