diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 15:21:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-05-07 16:52:40 -0300 |
commit | 92a6aaaccecd2b509e3c0986fe5c26307ab17969 (patch) | |
tree | b703dc210bbc388cce98acc5cdc34cc359b3fa03 /makedist | |
parent | 923f37301736155e1db07e540bc0e57e211d5380 (diff) | |
download | luarocks-92a6aaaccecd2b509e3c0986fe5c26307ab17969.tar.gz luarocks-92a6aaaccecd2b509e3c0986fe5c26307ab17969.tar.bz2 luarocks-92a6aaaccecd2b509e3c0986fe5c26307ab17969.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" |