Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 29, 2023
1 parent 9479de0 commit 30b797f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/build_rpi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Build test

on: [push]

jobs:
build:
runs-on: ubuntu-latest
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
overprovision-lvm: 'true'
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: pguyot/arm-runner-action@98b8d5a3228f504a8bd54913ab1e23d70f369c6e
id: build_image
with:
base_image: raspios_lite:2023-05-03
image_additional_mb: 4000
copy_repository_path: /opt
copy_artifact_path: OpenHD
import_github_env: true
commands: |
cd /opt
cd rtl8812au
sudo apt update
sudo apt install -y build-essential tree
make
ls
File renamed without changes.

0 comments on commit 30b797f

Please sign in to comment.