mirror of https://github.com/AMT-Cheif/drift.git
Print Dart version on CI builds
This commit is contained in:
parent
f30f6f6b9b
commit
1672eacb69
|
@ -2,13 +2,12 @@
|
||||||
container:
|
container:
|
||||||
dockerfile: tool/Dockerfile
|
dockerfile: tool/Dockerfile
|
||||||
|
|
||||||
# We're currently not running tests with coverage because the free cirrus containers run out of memory :(
|
|
||||||
|
|
||||||
task:
|
task:
|
||||||
pub_cache:
|
pub_cache:
|
||||||
folder: $HOME/.pub-cache
|
folder: $HOME/.pub-cache
|
||||||
environment:
|
environment:
|
||||||
CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af]
|
CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af]
|
||||||
|
dart_version_script: dart --version
|
||||||
pub_get_script: tool/pub_get.sh
|
pub_get_script: tool/pub_get.sh
|
||||||
analyze_script: tool/analyze.sh
|
analyze_script: tool/analyze.sh
|
||||||
test_moor_script: tool/test_moor.sh
|
test_moor_script: tool/test_moor.sh
|
||||||
|
|
Loading…
Reference in New Issue