Skip to content

[azure] Try to see where xcode is for update #298

[azure] Try to see where xcode is for update

[azure] Try to see where xcode is for update #298

Workflow file for this run

name: Embedded build
on: push
jobs:
# rpi:
# name: RaspberryPi
# runs-on: ubuntu-latest
# container:
# image: archlinux:latest
#
# steps:
# - name: Install git
# run: |
# pacman -Syy --noconfirm
# pacman -S git --noconfirm
#
# - name: Checkout code
# uses: actions/checkout@v3
# with:
# submodules: 'recursive'
#
# - name: Dependencies
# run: |
# ./ci/raspberrypi.deps.sh
#
# - name: Build
# run: |
# ./ci/raspberrypi.build.sh
#
# - name: Deploy
# run: |
# ./ci/raspberrypi.deploy.sh
#
# - name: Upload build
# uses: actions/upload-artifact@v2
# with:
# name: raspberry-pi-aarch32
# path: |
# *.tar.gz
#
rpi64:
name: RaspberryPi64
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- name: Install git
run: |
pacman -Syy --noconfirm
pacman -S git --noconfirm
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Dependencies
run: |
./ci/raspberrypi-aarch64.deps.sh
- name: Build
run: |
./ci/raspberrypi-aarch64.build.sh
- name: Deploy
run: |
./ci/raspberrypi-aarch64.deploy.sh
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: raspberry-pi-aarch64
path: |
*.tar.gz