diff options
| author | lijia <[email protected]> | 2021-10-27 18:13:06 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-10-27 18:13:06 +0800 |
| commit | caf7e5a32d8e6eb2fda90d7aa84b50ad355d1d15 (patch) | |
| tree | 4240182bdfbc10a68df5fdad7595a9630aafe3c1 | |
| parent | bde81dcec6971555028e3d9059886be28fc0c596 (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fcf893..5a2e252 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,12 @@ google_test: - pwd - ls - find . - - echo "/opt/MESA/lib" >> /etc/ld.so.conf - - ldconfig - cp -r test/sample_pcap /tmp - ulimit -c 0 - cp /builds/MESA_framework/mesa_jump_layer/build/test/gtest_jump_layer /tmp/ + - cp /builds/MESA_framework/mesa_jump_layer/build/src/libMESA_jump_layer.so /opt/MESA/lib/ + - echo "/opt/MESA/lib" >> /etc/ld.so.conf + - ldconfig - cd /tmp - ./gtest_jump_layer tags: @@ -46,6 +47,7 @@ branch_build_debug: artifacts: paths: - /builds/MESA_framework/mesa_jump_layer/build/test/gtest_jump_layer + - /builds/MESA_framework/mesa_jump_layer/build/src/libMESA_jump_layer.so after_script: - pwd - ls |
