Print Dart version on CI builds

This commit is contained in:
Simon Binder 2019-12-13 22:35:02 +01:00
parent f30f6f6b9b
commit 1672eacb69
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 2 deletions

View File

@ -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