Skip to content

Commit

Permalink
Set library path
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Dec 15, 2020
1 parent 9b811c7 commit b836fc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Run tests
run: |
export LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/build
cd build
mkdir -p transcoded/C/ transcoded/C++/ transcoded/Java/
# Test base jxrlib C library
Expand All @@ -65,6 +66,8 @@ jobs:
done
# Test jxrlib Java bindings (in memory and file to file)
mvn -f ../java/pom.xml test
# Testing was successful
cd ${GITHUB_WORKSPACE}
mvn -f java/native-linux_64 package;
- name: Archive build artifacts
Expand Down

0 comments on commit b836fc0

Please sign in to comment.