mbox series

[0/2] CI updates for make check

Message ID 20180813063652.20534-1-joel@jms.id.au
Headers show
Series CI updates for make check | expand

Message

Joel Stanley Aug. 13, 2018, 6:36 a.m. UTC
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