Skip to content

Commit

Permalink
compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
micsthepick committed Feb 27, 2024
1 parent fe8c0ff commit 58e5c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Compile EEL2 with NO_GFX
run: |
make -C WDL/WDL/eel2 NO_GFX=1
./compile_wdl.sh
- name: Run Tests
run: |
Expand Down
5 changes: 5 additions & 0 deletions compile_wdl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if [ ! -z "$PREFIX" ] && [ "$PREFIX" = "/data/data/com.termux/files/usr" ]; then
# quick hack to enable testing in termux
export CPPFLAGS='-Dpthread_mutexattr_setprotocol(a,b)={} -Wno-unused-but-set-variable'
fi
make -C WDL/WDL/eel2 NO_GFX=1

0 comments on commit 58e5c47

Please sign in to comment.