summaryrefslogtreecommitdiff
path: root/jenkins-ci-build.sh
AgeCommit message (Collapse)Author
2014-06-17bug 5986 - Configure jenkins to spit out mac .app ↵jeremiah sypult
https://bugzilla.icculus.org/show_bug.cgi?id=5986 Created make-macosx-app.sh to handle manually creating an app bundle from other scripts. Updated make-macosx.sh to create bundle with make-macosx-app.sh (TODO: make-macosx-ub.sh support). Updated Makefile to create bundle with make-macosx-app.sh and zip up the resulting ioquake3.app if ARCHIVE is defined.
2013-03-22Use distclean for jenkins buildsTim Angus
2013-03-22Move cross-make-mingw.sh's functionality to the Makefile and remove itTim Angus
2013-03-22Add jenkins-ci-build.shTim Angus