Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Create panfrost_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple666 authored Jan 3, 2023
1 parent 77687f4 commit a17dbba
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/panfrost_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build "panfrost"

on:
workflow_dispatch:
schedule:
- cron: '30 0-23 * * *'

jobs:
start_building_panfrost:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Prepare environment
run: |
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt update && sudo apt upgrade
sudo apt build-dep mesa -y
- name: Execute build script
run: bash ./turnip_builder.sh

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: panfrost-23.0.0-P-Alpha_MrPurple.adpkg.zip
path: turnip_workdir/panfrost-23.0.0-P-Alpha_MrPurple.adpkg.zip

0 comments on commit a17dbba

Please sign in to comment.