Просмотр исходного кода

fix: version bump, disable ufbt build

Struan 1 год назад
Родитель
Сommit
7dda90e780
3 измененных файлов с 37 добавлено и 37 удалено
  1. 35 35
      .github/workflows/ufbt_build.yaml
  2. 1 1
      application.fam
  3. 1 1
      flipchess.h

+ 35 - 35
.github/workflows/ufbt_build.yaml

@@ -1,35 +1,35 @@
-name: "FAP: Build for multiple SDK sources"
-on:
-  push:
-    branches: 
-      - main
-      - develop
-  pull_request:
-  # schedule: 
-    # do a build every day
-    # - cron: "1 1 * * *"
-jobs:
-  ufbt-build-action:
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        include:
-          - name: dev channel
-            sdk-channel: dev
-          - name: release channel
-            sdk-channel: release
-    name: 'ufbt: Build for ${{ matrix.name }}'
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v4
-      - name: Build with ufbt
-        uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
-        id: build-app
-        with:
-          sdk-channel: ${{ matrix.sdk-channel }}
-          sdk-index-url: ${{ matrix.sdk-index-url }}
-      - name: Upload app artifacts
-        uses: actions/upload-artifact@v3
-        with:
-          name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
-          path: ${{ steps.build-app.outputs.fap-artifacts }}
+# name: "uFBT Build"
+# on:
+#   push:
+#     branches: 
+#       - main
+#       - develop
+#   pull_request:
+#   # schedule: 
+#     # do a build every day
+#     # - cron: "1 1 * * *"
+# jobs:
+#   ufbt-build-action:
+#     runs-on: ubuntu-latest
+#     strategy:
+#       matrix:
+#         include:
+#           - name: dev channel
+#             sdk-channel: dev
+#           - name: release channel
+#             sdk-channel: release
+#     name: 'ufbt: Build for ${{ matrix.name }}'
+#     steps:
+#       - name: Checkout
+#         uses: actions/checkout@v4
+#       - name: Build with ufbt
+#         uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
+#         id: build-app
+#         with:
+#           sdk-channel: ${{ matrix.sdk-channel }}
+#           sdk-index-url: ${{ matrix.sdk-index-url }}
+#       - name: Upload app artifacts
+#         uses: actions/upload-artifact@v3
+#         with:
+#           name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
+#           path: ${{ steps.build-app.outputs.fap-artifacts }}

+ 1 - 1
application.fam

@@ -14,6 +14,6 @@ App(
     fap_category="Games",
     fap_category="Games",
     fap_author="Struan Clark (xtruan)",
     fap_author="Struan Clark (xtruan)",
     fap_weburl="https://github.com/xtruan/flipper-chess",
     fap_weburl="https://github.com/xtruan/flipper-chess",
-    fap_version=(1, 9),
+    fap_version=(1, 10),
     fap_description="Chess for Flipper",
     fap_description="Chess for Flipper",
 )
 )

+ 1 - 1
flipchess.h

@@ -16,7 +16,7 @@
 #include "views/flipchess_startscreen.h"
 #include "views/flipchess_startscreen.h"
 #include "views/flipchess_scene_1.h"
 #include "views/flipchess_scene_1.h"
 
 
-#define FLIPCHESS_VERSION "v1.9.0"
+#define FLIPCHESS_VERSION "v1.10"
 
 
 #define TEXT_BUFFER_SIZE 96
 #define TEXT_BUFFER_SIZE 96
 #define TEXT_SIZE (TEXT_BUFFER_SIZE - 1)
 #define TEXT_SIZE (TEXT_BUFFER_SIZE - 1)