Przeglądaj źródła

Test new compiler feature flag combinations in CI

timvisee 6 lat temu
rodzic
commit
ddf0e191a3
1 zmienionych plików z 2 dodań i 0 usunięć
  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