diff --git a/.github/recipe.yaml b/.github/recipe.yaml index 14f04ac70..a6c620e4d 100644 --- a/.github/recipe.yaml +++ b/.github/recipe.yaml @@ -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: [] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b84c4be43..e7cdd59fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: |