Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Dec 15, 2020
1 parent bfdef59 commit 6e4952d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ jobs:
run: brew install swig

- name: Build native code
run: make clean swig all
run: |
make clean swig all
mkdir -p ${HOME}/Library/Java/Extensions
cp build/* ${HOME}/Library/Java/Extensions
- name: Run tests
run: |
export DYLD_LIBRARY_PATH=${GITHUB_WORKSPACE}/build
cd build
mkdir -p transcoded/C/ transcoded/C++/ transcoded/Java/
# Test base jxrlib C library
Expand Down

0 comments on commit 6e4952d

Please sign in to comment.