-
Notifications
You must be signed in to change notification settings - Fork 0
46 lines (44 loc) · 1.18 KB
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: Build and check PKGBUILDs
on: [push]
jobs:
python-tableone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and check python-tableone
uses: edlanglois/pkgbuild-action@v1
with:
pkgdir: "python-tableone"
python-kodistubs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and check python-kodistubs
uses: edlanglois/pkgbuild-action@v1
with:
pkgdir: "python-kodistubs"
python-cursor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and check python-cursor
uses: edlanglois/pkgbuild-action@v1
with:
pkgdir: "python-cursor"
kodi-addon-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and check kodi-addon-checker
uses: edlanglois/pkgbuild-action@v1
with:
pkgdir: "kodi-addon-checker"
aurDeps: 1
sioyek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and check sioyek
uses: edlanglois/pkgbuild-action@v1
with:
pkgdir: "sioyek"