mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
ci fixes
This commit is contained in:
parent
45e2aa7de0
commit
d2909b1925
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -3,6 +3,8 @@ on: [push]
|
||||
jobs:
|
||||
linux-gcc-make:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
EXCLUDE_TESTS: Data/MySQL Data/ODBC Data/PostgreSQL MongoDB
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt update && sudo apt install libssl-dev ca-certificates unixodbc-dev libmysqlclient-dev redis-server
|
||||
@ -11,6 +13,8 @@ jobs:
|
||||
|
||||
linux-gcc-make-asan:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
EXCLUDE_TESTS: Data/MySQL Data/ODBC Data/PostgreSQL MongoDB
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt update && sudo apt install libssl-dev ca-certificates unixodbc-dev libmysqlclient-dev redis-server
|
||||
@ -19,6 +23,8 @@ jobs:
|
||||
|
||||
linux-gcc-make-ubsan:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
EXCLUDE_TESTS: Data/MySQL Data/ODBC Data/PostgreSQL MongoDB
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt update && sudo apt install libssl-dev ca-certificates unixodbc-dev libmysqlclient-dev redis-server
|
||||
@ -36,7 +42,7 @@ jobs:
|
||||
runs-on: macos-10.15
|
||||
env:
|
||||
CPPUNIT_IGNORE: N7CppUnit10TestCallerI24UniqueExpireLRUCacheTestEE.testExpireN,N7CppUnit10TestCallerI18ExpireLRUCacheTestEE.testAccessExpireN,N7CppUnit10TestCallerI11PollSetTestEE.testPollClosedServer
|
||||
EXCLUDE_TESTS: Redis
|
||||
EXCLUDE_TESTS: Redis Data/MySQL Data/ODBC Data/PostgreSQL MongoDB PDF
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: brew install openssl
|
||||
|
@ -2,7 +2,6 @@ set -ev
|
||||
osname=`uname`
|
||||
osarch=`uname -m`
|
||||
export POCO_BASE=`pwd`
|
||||
export EXCLUDE_TESTS="$EXCLUDE_TESTS Data/MySQL Data/ODBC Data/PostgreSQL MongoDB PDF"
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
|
||||
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
|
||||
|
Loading…
Reference in New Issue
Block a user