diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-05-07 17:41:23 -0300 |
commit | 171ee9e123d7b7d977d8f4f9d908c35b35dc1b36 (patch) | |
tree | bf8a8d667b14f605e70b1bc7522a2eb1d8db63d4 /makedist | |
parent | 923f37301736155e1db07e540bc0e57e211d5380 (diff) | |
download | luarocks-171ee9e123d7b7d977d8f4f9d908c35b35dc1b36.tar.gz luarocks-171ee9e123d7b7d977d8f4f9d908c35b35dc1b36.tar.bz2 luarocks-171ee9e123d7b7d977d8f4f9d908c35b35dc1b36.zip |
Tests: add smoke test
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,7 +95,7 @@ mkdir "release-windows" | |||
95 | mv "$out" "release-windows/$out-win32" | 95 | mv "$out" "release-windows/$out-win32" |
96 | 96 | ||
97 | cd "release-unix/$out" | 97 | cd "release-unix/$out" |
98 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 98 | rm -rf makedist smoke_test.sh install.bat win32 .travis.yml .gitignore appveyor* .appveyor |
99 | cd .. | 99 | cd .. |
100 | tar czvpf ../"$out.tar.gz" "$out" | 100 | tar czvpf ../"$out.tar.gz" "$out" |
101 | rm -f ../"$out.tar.gz.asc" | 101 | rm -f ../"$out.tar.gz.asc" |
@@ -103,7 +103,7 @@ cd .. | |||
103 | rm -rf "release-unix" | 103 | rm -rf "release-unix" |
104 | 104 | ||
105 | cd "release-windows/$out-win32" | 105 | cd "release-windows/$out-win32" |
106 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 106 | rm -rf makedist smoke_test.sh Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
107 | cd .. | 107 | cd .. |
108 | zip -r ../"$out-win32.zip" "$out-win32" | 108 | zip -r ../"$out-win32.zip" "$out-win32" |
109 | rm -f ../"$out-win32.zip.asc" | 109 | rm -f ../"$out-win32.zip.asc" |