diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-10-30 13:27:44 -0300 |
commit | 50e4b793df2f22eca5d4c4244d5c89fcc4c34b70 (patch) | |
tree | 30a6331d101c845299d058b9fe3e3e92f2ffe578 /makedist | |
parent | 6fb5aa9a2a87c869133d6c43bbe957366abd4d11 (diff) | |
download | luarocks-50e4b793df2f22eca5d4c4244d5c89fcc4c34b70.tar.gz luarocks-50e4b793df2f22eca5d4c4244d5c89fcc4c34b70.tar.bz2 luarocks-50e4b793df2f22eca5d4c4244d5c89fcc4c34b70.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 .. |