[Pdbg] [PATCH 0/2] CI updates for make check
Joel Stanley
joel at jms.id.au
Mon Aug 13 16:36:50 AEST 2018
The first patch moves build.sh and replaces it with a symlink so we
don't break eg. snowpatch. The patch looks a little strange, so you
might find it easier do the operations locally:
git mv .build.sh utils/build.sh
ln -s utils/build.sh .build.sh
git add .build.sh
Joel Stanley (2):
Move build.sh to utils directory
utils: Add script to run make check
.build.sh | 59 +------------------------------------
.travis.yml | 3 +-
.build.sh => utils/build.sh | 0
utils/test.sh | 33 +++++++++++++++++++++
4 files changed, 36 insertions(+), 59 deletions(-)
mode change 100755 => 120000 .build.sh
copy .build.sh => utils/build.sh (100%)
create mode 100755 utils/test.sh
--
2.17.1
More information about the Pdbg
mailing list