mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
chore(qa): add PocoDoc to packages-qa.yml
This commit is contained in:
parent
e96ad6cc41
commit
809b37545b
17
.github/workflows/packages-qa.yml
vendored
17
.github/workflows/packages-qa.yml
vendored
@ -8,6 +8,23 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
mkdoc:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
-
|
||||||
|
name: Install packages
|
||||||
|
run: sudo apt -y update && sudo apt -y install libssl-dev unixodbc-dev redis-server libmysqlclient-dev libpq-dev
|
||||||
|
-
|
||||||
|
name: Build documentation
|
||||||
|
run: |
|
||||||
|
export POCO_BASE=`pwd`
|
||||||
|
export PATH=$POCO_BASE/release/script:$PATH
|
||||||
|
export LD_LIBRARY_PATH=$POCO_BASE/stage/tools/lib/Linux/x86_64
|
||||||
|
mkdoc all
|
||||||
|
|
||||||
mkrelease_win:
|
mkrelease_win:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user