Skip to content

Commit 41a2c85

Browse files
committed
Add Ubuntu Kylin
1 parent e98ea23 commit 41a2c85

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- image: ubuntu-budgie
1515
- image: ubuntucinnamon
1616
- image: ubuntu-mate
17+
- image: ubuntukylin
1718
- image: xubuntu
1819
#- image: ubuntu-unity
1920

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if [ "$FLAVOUR" = "ubuntucinnamon" ]; then
1010
FLAVOUR_CAP="Ubuntu Cinnamon"
1111
elif [ "$FLAVOUR" = "ubuntu-mate" ]; then
1212
FLAVOUR_CAP="Ubuntu MATE"
13+
elif [ "$FLAVOUR" = "ubuntukylin" ]; then
14+
FLAVOUR_CAP="Ubuntu Kylin"
1315
else
1416
FLAVOUR_CAP=$(echo "${FLAVOUR}" | tr '_-' ' ' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2); print}')
1517
fi

0 commit comments

Comments
 (0)