mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix ci.yml
This commit is contained in:
parent
57fb1b5280
commit
2c3b011df8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -6,5 +6,6 @@ jobs:
|
||||
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
|
||||
- run: ls -l
|
||||
- run: ./configure --everything --omit=PDF && make all -s -j4 && sudo make install
|
||||
- run: sudo -s ./travis/runtests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user