mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-30 02:02:30 +00:00
skip more libs on arm build to stay under 50min limit
This commit is contained in:
@@ -123,11 +123,10 @@ jobs:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libmysqlclient-dev
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script:
|
script:
|
||||||
# skip some libs due to build timeout
|
# skip some libs due to build timeout
|
||||||
- ./configure --everything --omit=PDF,Data/ODBC,Data/PostgreSQL,Redis && make all -s -j2 && sudo make install
|
- ./configure --everything --omit=PDF,Data/MySQL,Data/ODBC,Data/PostgreSQL,MongoDB,Redis && make all -s -j2 && sudo make install
|
||||||
- sudo -s ./travis/runtests.sh
|
- sudo -s ./travis/runtests.sh
|
||||||
|
|
||||||
- name: Linux (gcc, make, ppc64le)
|
- name: Linux (gcc, make, ppc64le)
|
||||||
|
|||||||
Reference in New Issue
Block a user