Merge branch 'ci-runner'

This commit is contained in:
librelois 2021-04-04 13:33:31 +02:00
commit 9a6cffac8a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ stages:
.env: .env:
image: axiomteam/gecko-ci:v0.0.6 image: axiomteam/gecko-ci:v0.0.6
tags: tags:
- redshift - 1000i100
before_script: before_script:
- rustup show - rustup show
- rustc --version && cargo --version - rustc --version && cargo --version
@ -34,7 +34,7 @@ build_and_test:
- when: manual - when: manual
stage: build_and_test stage: build_and_test
tags: tags:
- redshift - 1000i100
script: script:
- RUSTFLAGS="-D warnings" cargo make - RUSTFLAGS="-D warnings" cargo make
- cd packages/dubp_rs && flutter pub get && cd ../.. - cd packages/dubp_rs && flutter pub get && cd ../..