Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noelchalmers authored Jul 21, 2020
1 parent 3ec9487 commit 15c8c55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ jobs:
git clone https://github.com/libocca/occa
cd occa
make -j `nproc`
export OCCA_DIR=${PWD}
export LD_LIBRARY_PATH=${OCCA_DIR}/lib:$LD_LIBRARY_PATH
cd ..
- name: Build
run: make -j `nproc`
env:
OCCA_DIR: ${PWD}/occa
LD_LIBRARY_PATH: ${PWD}/occa/lib
- name: Test
run: make test
env:
OCCA_DIR: ${PWD}/occa
LD_LIBRARY_PATH: ${PWD}/occa/lib

0 comments on commit 15c8c55

Please sign in to comment.