From 6299a1152da82954564ee41311b2a2b36443d41c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 25 Mar 2025 22:09:09 +0100 Subject: arm64(ci): add CI for arm64. Signed-off-by: Amlal El Mahrouss --- .github/workflows/arm64.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/arm64.yml (limited to '.github') diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml new file mode 100644 index 0000000..8e6a072 --- /dev/null +++ b/.github/workflows/arm64.yml @@ -0,0 +1,19 @@ +name: FW CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Install Packages + run: sudo apt update && sudo apt install gcc-arm-none-eabi + - name: Build FW (ARM64) + run: cd src && make all \ No newline at end of file -- cgit v1.2.3