diff options
Diffstat (limited to 'tools/build.sh')
-rwxr-xr-x | tools/build.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/build.sh b/tools/build.sh index 8be7335a..f0522451 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -1,8 +1,9 @@ #!/bin/sh -time ( \ - cd ~/src/ledger ; \ - PATH=/usr/local/bin:/opt/local/bin:$PATH \ - nice -n 20 \ - ./acprep --debug --python --doxygen --cache --clang -j20 make -- check \ +time ( \ + cd ~/src/ledger ; \ + PATH=/usr/local/bin:/opt/local/bin:$PATH \ + nice -n 20 ./acprep --debug --python --doxygen make -j20 && \ + PATH=/usr/local/bin:/opt/local/bin:$PATH \ + nice -n 20 ./acprep --debug --python --doxygen check -j20 \ )
\ No newline at end of file |