drift/.cirrus.yml

16 lines
594 B
YAML
Raw Normal View History

2019-07-05 01:47:42 -07:00
# Run tasks with the dart SDK installed by default
container:
image: "google/dart:latest"
2019-07-05 01:47:42 -07:00
# We're currently not running tests with coverage because the free cirrus containers run out of memory :(
2019-07-05 01:47:42 -07:00
task:
pub_cache:
folder: $HOME/.pub-cache
2019-07-28 02:08:39 -07:00
environment:
CODECOV_TOKEN: ENCRYPTED[6322a159d9b7692b999d13fa2bc7981c8b61ecb1ac18ae076864f1355ee9b65088b2bf9d97d7860196e58bf1db5708af]
2019-07-05 10:32:01 -07:00
pub_get_script: tool/pub_get.sh
analyze_script: tool/analyze.sh
2019-07-28 00:49:14 -07:00
test_moor_script: tool/test_moor.sh
test_sqlparser_script: tool/test_sqlparser.sh
# format_coverage_script: tool/upload_coverage.sh