ci: initial creation, test on slackware container

This commit is contained in:
andy5995 2023-01-05 14:45:36 -06:00
parent 116339988b
commit 6f8f206555
No known key found for this signature in database
GPG Key ID: 228A72B49E81CB9D

30
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,30 @@
name: Test
on:
push:
branches: master
paths-ignore:
- '**.md'
pull_request:
branches: master
paths-ignore:
- '**.md'
jobs:
slackware:
runs-on: ubuntu-latest
container: andy5995/slackware-build-essential:15.0
steps:
- uses: actions/checkout@v3
- name: Remove existing package
run: removepkg sbopkg
- name: Copy current
run: |
cd src
cp -av * /
- name: Sync
run: sbopkg -r