Skip to content

Commit

Permalink
cleanup: update files
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Jul 27, 2024
1 parent ef0f8d7 commit 68e9f81
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build

on:
push:
pull_request:
branches: [ "main" ]

jobs:
build:
name: Build
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/pico:main

steps:
- uses: actions/checkout@v4

- name: Install build dependencies
run: |
apt-get update
apt-get install -y build-essential debhelper gettext meson python3 libadwaita-1-dev libjpeg-dev dpkg-dev desktop-file-utils blueprint-compiler
- name: Setup and Build
run: meson setup build

File renamed without changes.

0 comments on commit 68e9f81

Please # to comment.