Update AppVeyor to also run the testsuite.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-28 21:45:58 +02:00
parent 490e7a56a5
commit 85a5759afb
3 changed files with 60 additions and 46 deletions
+5
View File
@@ -62,3 +62,8 @@ cd / && cd $upx_testsuite_SRCDIR || exit 1
cd / && cd $upx_BUILDDIR || exit 1
# enter srcdir
cd / && cd $upx_SRCDIR || exit 1
# for some reason this is needed for bash on AppVeyor
sort() {
/usr/bin/sort "$@"
}