Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jan 30, 2025
1 parent 2faa9d1 commit 35f8924
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_xbox360.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build

on:
push:
pull_request:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: apt update -yy && apt install -yy build-essential

- name: Configure defconfig
run: make xbox360_defconfig

- name: Build
run: make

0 comments on commit 35f8924

Please sign in to comment.