添加依赖库googletest.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user