You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmake; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq cmake; fi
script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir build && cd build && cmake .. -DWITH_PERL=ON -DWITH_PYTHON=ON -DWITH_TCL=ON -DWITH_OPENSSL=ON -DWITH_ICU=ON && make && make check && make isolation_check && make contrib_check && make plperl_check && make plpython_check && make pltcl_check && make ecpg_check && make modules_check