This repository was archived by the owner on Apr 15, 2025. It is now read-only.
File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 7
7
CHANNEL=stable
8
8
TESTS=dart2js
9
9
BROWSERS=ChromeNoSandbox,Firefox
10
+ - JOB=unit-g3stable
11
+ CHANNEL=stable
12
+ TESTS=dart2js
13
+ BROWSERS=ChromeNoSandbox,Firefox
14
+ USE_G3=YES
10
15
- JOB=unit-dev
11
16
CHANNEL=dev
12
17
TESTS=dart2js
15
20
CHANNEL=dev
16
21
TESTS=vm
17
22
BROWSERS=DartiumWithWebPlatform
23
+ - JOB=unit-g3stable
24
+ CHANNEL=stable
25
+ TESTS=vm
26
+ BROWSERS=DartiumWithWebPlatform
27
+ USE_G3=YES
18
28
- JOB=unit-stable
19
29
CHANNEL=stable
20
30
TESTS=vm
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ echo Fetched new dart version $(unzip -p $DART_SDK_ZIP dart-sdk/version)
13
13
rm -rf dart-sdk
14
14
unzip $DART_SDK_ZIP > /dev/null
15
15
16
+ if [ " $USE_G3 " = " YES" ]; then
17
+ echo =============================================================================
18
+ echo " Rebasing onto g3v1x branch"
19
+ git config --global user.email " travis@travis"
20
+ git config --global user.name " AngularDart on Travis"
21
+ git remote add upstream https://github.com/angular/angular.dart.git
22
+ git fetch upstream
23
+ git rebase --onto upstream/g3v1x upstream/g3v1x-master
24
+ fi
25
+
16
26
echo =============================================================================
17
27
. ./scripts/env.sh
18
28
$DART --version
You can’t perform that action at this time.
0 commit comments