Skip to content

Commit 166c4ba

Browse files
committed
chore: add ci
1 parent fa0e031 commit 166c4ba

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: archlinux:latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Install dependencies
13+
run: |
14+
pacman -Syu --noconfirm
15+
pacman -S --noconfirm base-devel
16+
cd arch/
17+
makepkg -si --noconfirm

0 commit comments

Comments
 (0)