修复test stage.
This commit is contained in:
@@ -14,10 +14,12 @@ google_test:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
- ls
|
||||||
|
- find . -name gtest_jump_layer
|
||||||
- echo "/opt/MESA/lib" >> /etc/ld.so.conf
|
- echo "/opt/MESA/lib" >> /etc/ld.so.conf
|
||||||
- ldconfig
|
- ldconfig
|
||||||
- cp -r test/sample_pcap /tmp
|
- cp -r test/sample_pcap /tmp
|
||||||
- cp test/gtest_jump_layer /tmp
|
- cp build/test/gtest_jump_layer /tmp
|
||||||
- ulimit -c 0
|
- ulimit -c 0
|
||||||
- cd /tmp
|
- cd /tmp
|
||||||
- ./gtest_jump_layer
|
- ./gtest_jump_layer
|
||||||
|
|||||||
Reference in New Issue
Block a user