Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 36d3379

Browse files
committed
ci(build) Update build workflows to add Angular Test app.
1 parent 0597b64 commit 36d3379

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@ jobs:
4646
run: |
4747
cd demo
4848
tns build ios --env.uglify
49+
- name: Build Android Angular Test App
50+
run: |
51+
cd demo-angular
52+
tns build android --env.uglify
53+
- name: Build iOS Angular Test App
54+
run: |
55+
cd demo-angular
56+
tns build ios --env.uglify

.github/workflows/weekly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ jobs:
4949
run: |
5050
cd demo
5151
tns build ios --env.uglify
52+
- name: Build Android Angular Test App
53+
run: |
54+
cd demo-angular
55+
tns build android --env.uglify
56+
- name: Build iOS Angular Test App
57+
run: |
58+
cd demo-angular
59+
tns build ios --env.uglify

0 commit comments

Comments
 (0)