1
1
# The purpose of this file is to download
2
2
# assigned AngularJS source files and test
3
- # them against this build of AngularMaterial .
3
+ # them against this build of AngularJS Material .
4
4
5
5
# This works by pulling in all of the tags
6
- # from angular.js , finding the highest version
6
+ # from AngularJS , finding the highest version
7
7
# numbers for each branch (e.g. 1.3 => 1.3.X where
8
8
# X is the highest patch release). For each
9
9
# detected version it will then copy over each
22
22
23
23
# Available Options are: 1.X, 1.X.X, 1.X.X-(beta|rc).X or snapshot
24
24
VERSIONS=(1.3 1.4 1.5 1.6 snapshot)
25
- BROWSERS=" Firefox "
25
+ BROWSERS=" Chrome "
26
26
27
27
#
28
28
# DO NOT EDIT PAST THIS LINE
38
38
39
39
for VERSION in " ${VERSIONS[@]} " ; do
40
40
41
- echo " \n\n--- Testing AngularMaterial against AngularJS (${VERSION} ) ---\n"
41
+ echo " ######################################################################"
42
+ echo " ####### Jenkins Build #######"
43
+ echo " ####### Testing AngularJS Material + AngularJS (${VERSION} ) #######"
44
+ echo " ######################################################################"
42
45
43
46
./scripts/fetch-angular-version.sh $VERSION
44
47
@@ -47,7 +50,9 @@ for VERSION in "${VERSIONS[@]}"; do
47
50
node ./node_modules/gulp/bin/gulp.js karma --config=config/karma-ci.conf.js --reporters=' dots' --browsers=$BROWSERS
48
51
LAST_EXIT_CODE=$?
49
52
50
- echo " \n\n--- Finished Testing AngularMaterial against AngularJS (${VERSION} ) ---"
53
+ echo " ######################################################################"
54
+ echo " ####### Finished: ngM1 + AngularJS (${VERSION} ) #######"
55
+ echo " ######################################################################"
51
56
52
57
if [ $LAST_EXIT_CODE != " 0" ]; then
53
58
echo " STATUS: FAILED"
0 commit comments