1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Implement GItlab CI daily builds for windows platform (32 & 64) (#5923)

* Implement win32 & win64 builds in Gitlab CI + pkg improvements

* windows buildbot: split build & deploy steps
* move deb artifacts to root folder to have a nicer artifact
* add windows build + packaging on xenial
This commit is contained in:
Loïc Blot 2017-06-08 16:30:30 +02:00 committed by GitHub
parent 4221c1b441
commit d74385be24
3 changed files with 88 additions and 7 deletions

View file

@ -150,6 +150,8 @@ cmake .. \
-DLEVELDB_LIBRARY=$libdir/leveldb/lib/libleveldb.dll.a \
-DLEVELDB_DLL=$libdir/leveldb/bin/libleveldb.dll
make package -j2
make -j2
[ "x$NO_PACKAGE" = "x" ] && make package
# EOF