diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-20 09:22:38 -0300 |
commit | 0e02970cebf08b93d495062733bf3e7632dbe02b (patch) | |
tree | ce5234bbc6ce723f1ef1f676ca4884da975f30ce /makedist | |
parent | 8a970f4acde3bf727ca6f0348aabb0e5a2675feb (diff) | |
download | luarocks-0e02970cebf08b93d495062733bf3e7632dbe02b.tar.gz luarocks-0e02970cebf08b93d495062733bf3e7632dbe02b.tar.bz2 luarocks-0e02970cebf08b93d495062733bf3e7632dbe02b.zip |
Tests: add smoke testadd-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 configure .travis.yml .gitignore test appveyor* .appveyor | 97 | rm -rf makedist smoke_test.sh Makefile 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 .. |