Skip to content

Commit

Permalink
ci: Update build script and recipe.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed May 23, 2024
1 parent cdf901d commit 6f70864
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
44 changes: 23 additions & 21 deletions .github/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
plugins:
audioplayers: ["wearable-5.5", "tv-7.0"]
battery_plus: ["wearable-5.5"]
connectivity_plus: ["wearable-5.5", "tv-7.0"]
device_info_plus: ["wearable-5.5", "tv-7.0"]
flutter_app_badger: ["wearable-5.5"]
flutter_secure_storage: ["wearable-5.5", "tv-7.0"]
flutter_tts: ["wearable-5.5", "tv-7.0"]
integration_test: ["wearable-5.5", "tv-7.0"]
messageport: ["wearable-5.5", "tv-7.0"]
package_info_plus: ["wearable-5.5", "tv-7.0"]
path_provider: ["wearable-5.5", "tv-7.0"]
permission_handler: ["wearable-5.5"]
sensors_plus: ["wearable-5.5"]
shared_preferences: ["wearable-5.5", "tv-7.0"]
sqflite: ["wearable-5.5", "tv-7.0"]
tizen_app_manager: ["wearable-5.5", "tv-7.0"]
tizen_audio_manager: ["wearable-5.5", "tv-7.0"]
tizen_bundle: ["wearable-5.5", "tv-7.0"]
tizen_package_manager: ["wearable-5.5", "tv-7.0"]
audioplayers: [ "tv-7.0"]
connectivity_plus: [ "tv-7.0"]
device_info_plus: [ "tv-7.0"]
flutter_secure_storage: [ "tv-7.0"]
flutter_tts: [ "tv-7.0"]
integration_test: [ "tv-7.0"]
messageport: [ "tv-7.0"]
package_info_plus: [ "tv-7.0"]
path_provider: [ "tv-7.0"]
shared_preferences: [ "tv-7.0"]
sqflite: [ "tv-7.0"]
tizen_app_manager: [ "tv-7.0"]
tizen_audio_manager: [ "tv-7.0"]
tizen_bundle: [ "tv-7.0"]
tizen_package_manager: [ "tv-7.0"]
tizen_rpc_port: ["tv-7.0"]
url_launcher: ["wearable-5.5", "tv-7.0"]
wakelock: ["wearable-5.5"]
url_launcher: [ "tv-7.0"]

# Only testable with wearable profile.
battery_plus: []
flutter_app_badger: []
permission_handler: []
sensors_plus: []
wakelock: []

# No tests.
google_sign_in: []
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install Tizen Studio
if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
run: |
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext
curl http://download.tizen.org/sdk/Installer/tizen-studio_5.1/web-cli_Tizen_Studio_5.1_ubuntu-64.bin -o install.bin
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
libkf5itemmodels5 libkf5kiowidgets5 libkchart2
curl https://download.tizen.org/sdk/Installer/tizen-studio_5.6/web-cli_Tizen_Studio_5.6_ubuntu-64.bin -o install.bin
chmod a+x install.bin
./install.bin --accept-license $HOME/tizen-studio
rm install.bin
Expand All @@ -34,9 +35,7 @@ jobs:
run: |
$HOME/tizen-studio/package-manager/package-manager-cli.bin install \
NativeToolchain-Gcc-9.2 \
WEARABLE-5.5-NativeAppDevelopment-CLI \
WEARABLE-6.0-NativeAppDevelopment-CLI \
WEARABLE-6.5-NativeAppDevelopment-CLI
IOT-Headed-6.0-NativeAppDevelopment-CLI
- name: Create a Tizen certificate profile
if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }}
run: |
Expand Down

0 comments on commit 6f70864

Please sign in to comment.