This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # Created with https://github.com/dart-lang/ mono_repo
1+ # Created with package: mono_repo v1.2.1
22language : dart
33
44jobs :
55 include :
66 - stage : analyze_and_format
7- name : " SDK: stable - DIR: angular_components - TASKS: [dartfmt -n --set-exit-if-changed ., dartanalyzer --fatal-warnings .]"
7+ name : " SDK: dev - DIR: angular_components - TASKS: [dartfmt -n --set-exit-if-changed ., dartanalyzer --fatal-warnings .]"
88 script : ./tool/travis.sh dartfmt dartanalyzer
99 env : PKG="angular_components"
10- dart : stable
10+ dart : dev
1111 - stage : unit_test
12- name : " SDK: stable - DIR: angular_components - TASKS: [./tool/travis/install_protoc.sh, pub run test --run-skipped]"
12+ name : " SDK: dev - DIR: angular_components - TASKS: [./tool/travis/install_protoc.sh, pub run test --run-skipped]"
1313 script : ./tool/travis.sh command test
1414 env : PKG="angular_components"
15- dart : stable
15+ dart : dev
1616
1717stages :
1818 - analyze_and_format
Original file line number Diff line number Diff line change 11# See https://github.com/dart-lang/mono_repo for details
22dart :
3- - stable
3+ - dev
44
55stages :
66 - analyze_and_format :
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Created with https://github.com/dart-lang/ mono_repo
2+ # Created with package: mono_repo v1.2.1
33
44if [ -z " $PKG " ]; then
55 echo -e ' \033[31mPKG environment variable must be set!\033[0m'
You can’t perform that action at this time.
0 commit comments