Skip to content

Commit

Permalink
Introduce a script for running SHCL when building locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Jensen committed Feb 21, 2019
1 parent be0e704 commit 388ac2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ install:

script:
- make LISP='ros -s cffi-grovel run --'
- echo -shcl-run-tests | LD_LIBRARY_PATH="$(pwd):${LD_LIBRARY_PATH}" ./shcl
- echo -shcl-run-tests | ./run-shcl
4 changes: 4 additions & 0 deletions run-shcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

export LD_LIBRARY_PATH="$(pwd):${LD_LIBRARY_PATH}"
exec ./shcl "$@"

0 comments on commit 388ac2b

Please sign in to comment.