diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-19 22:50:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-20 00:21:04 -0400 |
commit | cc29912fcbde997ef710a34fe3d52bb17bd67462 (patch) | |
tree | 4a3b05f4ad8303bf0f4744cf02f215a9732b24d9 /.circleci/test_spm.sh | |
parent | 4cd31e08440e438c3dfd1f224babdc627d591530 (diff) | |
download | spmc-cc29912fcbde997ef710a34fe3d52bb17bd67462.tar.gz |
Add macos
Diffstat (limited to '.circleci/test_spm.sh')
-rwxr-xr-x | .circleci/test_spm.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/test_spm.sh b/.circleci/test_spm.sh index bb70212..f016e52 100755 --- a/.circleci/test_spm.sh +++ b/.circleci/test_spm.sh @@ -1,4 +1,5 @@ #!/bin/bash -e +source $(dirname "${BASH_SOURCE[0]}")/runtime.sh export PREFIX=/tmp/root export SHELL=/bin/bash @@ -6,7 +7,7 @@ cd build set -x -ctest3 -V +ctest -V spm --list |