Commit 52ec94ca authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Vitaly Lipatov

[testsuite]: added workflow

parent 9e5b000f
name: testsuite
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: alt:sisyphus
steps:
- name: install packages
run: |
apt-get update && apt-get -y install etersoft-build-utils su sudo git-core
- uses: actions/checkout@v2
- name: build
run: rpmbb
- name: testsuite
run: |
cd testsuite;
make check
......@@ -23,3 +23,6 @@ install:
mkdir -p $(DESTDIR)$(mandir)/man1
cp -a `ls -1 man/*` $(DESTDIR)$(mandir)/man1/
check:
echo "test suite.."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment