Commit 3c0f98de95b61e952c664a61c1944ad74fff413d
1 parent
570fb002
Exists in
develop
Creating binary package.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
win/ci-build.sh
... | ... | @@ -46,5 +46,9 @@ cd ${myDIR} |
46 | 46 | make clean > $LOGFILE 2>&1 || die "Make clean failure" |
47 | 47 | make all > $LOGFILE 2>&1 || die "Make failure" |
48 | 48 | |
49 | +make DESTDIR=.bin/package install || die "Install failure" | |
50 | +tar --create --xz --file=mingw-libv3270.tar.xz --directory=.bin/package --verbose . || die "Tar failure" | |
51 | + | |
52 | + | |
49 | 53 | echo "Build complete" |
50 | 54 | ... | ... |