mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
add GitHub workflow
This commit is contained in:
parent
034ed3332d
commit
1a1018d28b
10
.github/workflows/ci.yml
vendored
Normal file
10
.github/workflows/ci.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user