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
2
2
language : dart
3
3
4
4
jobs :
5
5
include :
6
6
- 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 .]"
8
8
script : ./tool/travis.sh dartfmt dartanalyzer
9
9
env : PKG="angular_components"
10
- dart : stable
10
+ dart : dev
11
11
- 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]"
13
13
script : ./tool/travis.sh command test
14
14
env : PKG="angular_components"
15
- dart : stable
15
+ dart : dev
16
16
17
17
stages :
18
18
- analyze_and_format
Original file line number Diff line number Diff line change 1
1
# See https://github.com/dart-lang/mono_repo for details
2
2
dart :
3
- - stable
3
+ - dev
4
4
5
5
stages :
6
6
- analyze_and_format :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Created with https://github.com/dart-lang/ mono_repo
2
+ # Created with package: mono_repo v1.2.1
3
3
4
4
if [ -z " $PKG " ]; then
5
5
echo -e ' \033[31mPKG environment variable must be set!\033[0m'
You can’t perform that action at this time.
0 commit comments