diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-09-13 12:16:33 -0400 |
commit | 0adfdc72499ceaeeb859b96c9cef15cf263feff6 (patch) | |
tree | 95d07ab81d249a4b32986b57f0ac15d26b6ff4ee /makedist | |
parent | c3e052a979a86cec7465213fc56784f42da186b6 (diff) | |
download | luarocks-0adfdc72499ceaeeb859b96c9cef15cf263feff6.tar.gz luarocks-0adfdc72499ceaeeb859b96c9cef15cf263feff6.tar.bz2 luarocks-0adfdc72499ceaeeb859b96c9cef15cf263feff6.zip |
Tests: add smoke test
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,14 +93,14 @@ mkdir "release-windows" | |||
93 | mv "$out" "release-windows/$out-win32" | 93 | mv "$out" "release-windows/$out-win32" |
94 | 94 | ||
95 | cd "release-unix/$out" | 95 | cd "release-unix/$out" |
96 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 96 | rm -rf makedist smoke_test.sh install.bat win32 .travis.yml .gitignore appveyor* .appveyor |
97 | cd .. | 97 | cd .. |
98 | tar czvpf ../"$out.tar.gz" "$out" | 98 | tar czvpf ../"$out.tar.gz" "$out" |
99 | cd .. | 99 | cd .. |
100 | rm -rf "release-unix" | 100 | rm -rf "release-unix" |
101 | 101 | ||
102 | cd "release-windows/$out-win32" | 102 | cd "release-windows/$out-win32" |
103 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 103 | rm -rf makedist smoke_test.sh Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
104 | cd .. | 104 | cd .. |
105 | zip -r ../"$out-win32.zip" "$out-win32" | 105 | zip -r ../"$out-win32.zip" "$out-win32" |
106 | cd .. | 106 | cd .. |