add GitHub workflow

This commit is contained in:
Günter Obiltschnig 2021-06-16 14:41:29 +02:00
parent 034ed3332d
commit 1a1018d28b

10
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: poco-ci
on: [push]
jobs:
linux-gcc-make
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev unixodbc-dev libmysqlclient-dev
- run: cd poco && ./configure --everything --omit=PDF && make all -s -j4 && sudo make install
- run: cd poco && sudo -s ./travis/runtests.sh