添加依赖库googletest.

This commit is contained in:
lijia
2021-10-26 22:05:15 +08:00
parent daef36bc33
commit 5bcadbe078
7 changed files with 85 additions and 21 deletions

View File

@@ -7,6 +7,22 @@ variables:
stages:
- build
- test
google_test:
stage: test
script:
- yum makecache
- pwd
- ls -l /opt/MESA/lib
- echo "/opt/MESA/lib" >> /etc/ld.so.conf
- ldconfig
- cd /home/mesasoft/sapp_run
- ulimit -c 0
- ./gtest_jump_layer
tags:
- share
.build_by_travis:
before_script: