diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-14 13:26:49 -0300 |
commit | d3271135dba288fec7a85f97d423437806dda2fa (patch) | |
tree | 9e1da692b835212f81381ee192b2c228141c7d7e /makedist | |
parent | 4eb27bea022c1bcd816561d2e8e64d67aef62b18 (diff) | |
download | luarocks-d3271135dba288fec7a85f97d423437806dda2fa.tar.gz luarocks-d3271135dba288fec7a85f97d423437806dda2fa.tar.bz2 luarocks-d3271135dba288fec7a85f97d423437806dda2fa.zip |
Tests: add smoke test
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,14 +87,14 @@ mkdir "release-windows" | |||
87 | mv "$out" "release-windows/$out-win32" | 87 | mv "$out" "release-windows/$out-win32" |
88 | 88 | ||
89 | cd "release-unix/$out" | 89 | cd "release-unix/$out" |
90 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 90 | rm -rf makedist smoke_test.sh install.bat win32 .travis.yml .gitignore appveyor* .appveyor |
91 | cd .. | 91 | cd .. |
92 | tar czvpf ../"$out.tar.gz" "$out" | 92 | tar czvpf ../"$out.tar.gz" "$out" |
93 | cd .. | 93 | cd .. |
94 | rm -rf "release-unix" | 94 | rm -rf "release-unix" |
95 | 95 | ||
96 | cd "release-windows/$out-win32" | 96 | cd "release-windows/$out-win32" |
97 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 97 | rm -rf makedist smoke_test.sh Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
98 | cd .. | 98 | cd .. |
99 | zip -r ../"$out-win32.zip" "$out-win32" | 99 | zip -r ../"$out-win32.zip" "$out-win32" |
100 | cd .. | 100 | cd .. |