Skip to content

Commit 0d60185

Browse files
hs0225daeyeon
authored andcommitted
chore: update ci
Signed-off-by: Hosung Kim hs852.kim@samsung.com
1 parent 209ccca commit 0d60185

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

.github/gbs.conf

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[general]
2-
profile = profile.t70std
2+
profile = profile.t80std
3+
# profile = profile.t70std
34
#profile = profile.t65std
45
#profile = profile.t60std
56
#profile = profile.t55std
@@ -12,6 +13,28 @@ profile = profile.t70std
1213
user =
1314
passwd =
1415

16+
############## Tizen 8.0 ##############
17+
[profile.t80std]
18+
repos = repo.80base, repo.80std
19+
buildroot = ~/GBS-ROOT/t80std
20+
21+
[profile.t80emul]
22+
repos = repo.80emulbase, repo.80emul
23+
buildroot = ~/GBS-ROOT/t80emul
24+
25+
[repo.80base]
26+
url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/latest/repos/standard/packages/
27+
28+
[repo.80std]
29+
url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/standard/packages/
30+
31+
[repo.80emulbase]
32+
url=http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/reference/repos/standard/packages/
33+
34+
[repo.80emul]
35+
url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/emulator/packages/
36+
37+
1538
############## Tizen 7.0 ##############
1639
[profile.t70std]
1740
repos = repo.70base, repo.70std

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
config: [ '', '--nopt --shared' ]
10+
config: [ '--nopt --shared' ]
1111
steps:
1212
- name: Checkout source
1313
uses: actions/checkout@v2
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
profile: [t70std]
88+
profile: [t80std]
8989
steps:
9090
- name: Checkout source
9191
uses: actions/checkout@v2

0 commit comments

Comments
 (0)