mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
ci: initial creation, test on slackware container
This commit is contained in:
parent
116339988b
commit
6f8f206555
30
.github/workflows/test.yml
vendored
Normal file
30
.github/workflows/test.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user