diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-11 14:42:23 -0300 |
commit | cc7c1fd51c6a78c528989a62905e6b461ad8f5ed (patch) | |
tree | 9f4ef5df3b47e2854863565cde8f949af86e5594 /makedist | |
parent | 7477142abe98b99a4d146cf25c6f3bd93fe2cdd8 (diff) | |
download | luarocks-cc7c1fd51c6a78c528989a62905e6b461ad8f5ed.tar.gz luarocks-cc7c1fd51c6a78c528989a62905e6b461ad8f5ed.tar.bz2 luarocks-cc7c1fd51c6a78c528989a62905e6b461ad8f5ed.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 .. |