mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Fix] Fix conflicts ._.
This commit is contained in:
9
.github/workflows/ci-workflow.yml
vendored
9
.github/workflows/ci-workflow.yml
vendored
@@ -9,8 +9,6 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- run: make -j2 PLATFORM=simulator TARGET=android
|
||||
- run: make -j2 PLATFORM=simulator TARGET=android epsilon.official.apk
|
||||
- run: make -j2 PLATFORM=simulator TARGET=android test.apk
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: epsilon-android.apk
|
||||
@@ -29,7 +27,6 @@ jobs:
|
||||
- run: make -j2 MODEL=n0100 epsilon.onboarding.beta.dfu
|
||||
- run: make -j2 MODEL=n0100 flasher.light.dfu
|
||||
- run: make -j2 MODEL=n0100 flasher.verbose.dfu
|
||||
- run: make -j2 MODEL=n0100 test.elf
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: epsilon-n0100.dfu
|
||||
@@ -50,7 +47,6 @@ jobs:
|
||||
- run: make -j2 flasher.verbose.dfu
|
||||
- run: make -j2 bench.ram.dfu
|
||||
- run: make -j2 bench.flash.dfu
|
||||
- run: make -j2 test.elf
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: epsilon-n0110.dfu
|
||||
@@ -77,11 +73,8 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- run: make -j2 PLATFORM=simulator
|
||||
- run: make -j2 PLATFORM=simulator epsilon.official.bin
|
||||
- run: make -j2 PLATFORM=simulator test.headless.bin
|
||||
- run: output/release/simulator/linux/test.headless.bin
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: epsilon-linux.bin
|
||||
path: output/release/simulator/linux/epsilon.bin
|
||||
- run: make -j2 PLATFORM=simulator test.headless.bin
|
||||
- run: make -j2 PLATFORM=simulator test.headless.bin
|
||||
Reference in New Issue
Block a user