2019-07-05 01:47:42 -07:00
|
|
|
# Run tasks with the dart SDK installed by default
|
2019-09-15 08:02:01 -07:00
|
|
|
container:
|
2019-11-09 01:45:35 -08:00
|
|
|
dockerfile: tool/Dockerfile
|
2019-07-05 01:47:42 -07:00
|
|
|
|
2019-08-19 11:49:32 -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
|
2019-09-29 01:51:16 -07:00
|
|
|
test_moor_generator_script: tool/test_generator.sh
|
2019-11-05 09:30:39 -08:00
|
|
|
test_moor_ffi_script: tool/test_moor_ffi.sh
|
|
|
|
vm_integration_test_script: tool/vm_integration_test.sh
|
2019-09-29 01:51:16 -07:00
|
|
|
format_coverage_script: tool/upload_coverage.sh
|