Itms
/
0ad
forked from wfg/0ad
2
0
Fork 0

Generate nightly SVN builds for end users, fixes #1819.

This commit is contained in:
Nicolas Auvray 2024-01-04 11:57:47 +01:00 committed by Nicolas Auvray
parent 9409a0143d
commit 4785c41874
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#TODO use git log to get the current hash and use that wherever we used svnversion
# maybe this hash could come from Jenkins
rm -rf .git/
#TODO perform all the builds
svn checkout https://svn.itms.ovh/nightly-build . --force
svn add . --force
svn commit -m "Nightly version $githash"