Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theageoflove committed Apr 21, 2023
2 parents 9f7c311 + 20d772c commit a8d966d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
36 changes: 27 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,37 @@
name: Build main

name: "FAP: Build for multiple SDK sources"
on:
push:
branches:
- main

pull_request:
jobs:
build_dev:
ufbt-build-action:
runs-on: ubuntu-latest

strategy:
matrix:
include:
- name: Official Dev channel
sdk-channel: dev
- name: Official Release channel
sdk-channel: release
- name: Unleashed Dev
sdk-index-url: https://up.unleashedflip.com/directory.json
sdk-channel: dev
- name: Unleashed Release
sdk-index-url: https://up.unleashedflip.com/directory.json
sdk-channel: release
name: 'ufbt: Build for ${{ matrix.name }}'
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
uses: oleksiikutuzov/flipperzero-ufbt-action@v2
- name: Build with ufbt
uses: flipperdevices/[email protected]
id: build-app
with:
channel: release
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 }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
english version [below](#eng)


Blog: [theageoflove.ru](https://theageoflove.ru)
Blog post: [theageoflove.ru](https://theageoflove.ru/2022/11/26/fap-fap-fap/)

TG: [t.me/scuko_bled](https://t.me/scuko_bled)


![zeitraffer for flipper zero](https://theageoflove.ru/uploads/2022/11/photo_2022-11-10_15-54-25.jpg)
Видео работы: https://youtu.be/VPSpRLJXYAc

Готовый фап под последнюю релизную прошивку [можно скачать здесь](https://nightly.link/theageoflove/flipperzero-zeitraffer/workflows/build/main/zeitraffer.fap.zip). [Или здесь](https://flipc.org/theageoflove/flipperzero-zeitraffer).
Готовый фап можно скачать [с nightly.link](https://nightly.link/theageoflove/flipperzero-zeitraffer/workflows/build/main). Или [с flipc.org](https://flipc.org/theageoflove/flipperzero-zeitraffer).

Я ненастоящий сварщик, не обессудьте. Делал для своей Sony DSLR A100, подходит для любых камер, поддерживающих проводной пульт с тремя контактами.

Expand Down Expand Up @@ -53,7 +53,7 @@ TG: [t.me/scuko_bled](https://t.me/scuko_bled)
# <a name="eng"></a>English
Simple timelapse app for Flipper Zero.

[Get latest release](https://nightly.link/theageoflove/flipperzero-zeitraffer/workflows/build/main/zeitraffer.fap.zip)
[Get latest release](https://nightly.link/theageoflove/flipperzero-zeitraffer/workflows/build/main)

[Or install from flipc.org](https://flipc.org/theageoflove/flipperzero-zeitraffer)

Expand Down

0 comments on commit a8d966d

Please sign in to comment.