mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 05:11:15 -05:00
Updated workflow to archive the generated binaries and build fullspec and standard versions of the app
This commit is contained in:
15
.github/workflows/c-cpp.yml
vendored
15
.github/workflows/c-cpp.yml
vendored
@@ -15,10 +15,21 @@ jobs:
|
|||||||
- name: Install cross compile toolchain
|
- name: Install cross compile toolchain
|
||||||
run: sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
|
run: sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
|
||||||
run: make all DEBUG=1
|
- name: make standard
|
||||||
|
run: make all DEBUG=1 CONNECT_TYPE=STANDARD
|
||||||
working-directory: ./src/raspberrypi
|
working-directory: ./src/raspberrypi
|
||||||
|
|
||||||
|
- name: make fullspec
|
||||||
|
run: make all DEBUG=1 CONNECT_TYPE=FULLSPEC
|
||||||
|
working-directory: ./src/raspberrypi
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: executable-binaries
|
||||||
|
path: ./src/raspberrypi/bin
|
||||||
|
|
||||||
# buildroot-image:
|
# buildroot-image:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user