Update test.yml

This commit is contained in:
Scott Fennell 2020-02-24 14:39:46 -06:00 committed by GitHub
parent 8e5d7a38af
commit c7743bd8f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ jobs:
make
maven
swig
cmake
install_gtest: echo gtest already installed
conf_pkg: echo package manager already configured
install_cmd: install -y
@ -51,7 +52,6 @@ jobs:
libclang-dev
libudunits2-dev
libgtest-dev
cmake
install_gtest: cd /usr/src/gtest && cmake . && make && cp libgtest* /usr/lib/
#-------- RHEL Dependencies ----------------
- cfg: { arch: rhel }