Skip to content
Snippets Groups Projects
Verified Commit a3cbd88e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travsi: add missing variable

parent c625e19b
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ script: ...@@ -87,6 +87,7 @@ script:
- make - make
- ./extra_lib - ./extra_lib
- cd $TRAVIS_BUILD_DIR/unittest/packaging/pkgconfig - cd $TRAVIS_BUILD_DIR/unittest/packaging/pkgconfig
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/tmp/_ci/install/lib
- export PKG_CONFIG_PATH=/tmp/_ci/install/lib/pkgconfig:$PKG_CONFIG_PATH - export PKG_CONFIG_PATH=/tmp/_ci/install/lib/pkgconfig:$PKG_CONFIG_PATH
- mkdir build - mkdir build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment