Thomas Bernard
c20e408a82
gitlab-ci: enable atari build again
2019-07-31 09:01:12 +02:00
Romain Graillot
9709d5dfc7
Fix switch makefile and enable switch build again
2019-07-30 10:21:40 +02:00
Thomas Bernard
964ca7368a
gitlab-ci: disable atari and switch build
...
They don't work anymore since the gitlab-ci docker images
switched from Debian 9 stretch to Debian 10 buster.
2019-07-16 00:24:33 +02:00
Thomas Bernard
282b472b71
build unicode fonts
...
init/update git submodules
2019-06-01 12:33:51 +02:00
Romain Graillot
d36e59ca9c
Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.)
2019-04-28 11:18:23 +02:00
Thomas Bernard
4f0149b4e9
gitlab-ci bug workaround
...
I have jobs that succeed even though the script is failing :
Linking ../bin/grafx2-sdl2
/usr/bin/ld: ../obj/unix-sdl2/miscfileformats.o: undefined reference to symbol 'uncompress'
//lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:1040: recipe for target '../bin/grafx2-sdl2' failed
make[1]: *** [../bin/grafx2-sdl2] Error 1
make[1]: Leaving directory '/builds/miniupnp/grafX2/src'
Makefile:17: recipe for target 'grafx2' failed
make: *** [grafx2] Error 2
[...]
Job succeeded
https://gitlab.com/gitlab-com/support-forum/issues/1311
2019-04-27 13:04:25 +02:00
Thomas Bernard
1637be4661
gitlab-ci: move the JOB_ID saving command to after_script:
2019-04-27 12:44:07 +02:00
Thomas Bernard
c5dc6c44c2
3rdparty: add check of latest available version of 3rdparty packages
...
use "make checkversions"
2019-04-26 14:39:37 +02:00
Thomas Bernard
fe5a9c3278
automatically build GP2XCROSS
...
install 32bits binary support to use GP2X toolchain
2019-02-20 13:55:36 +01:00
Thomas Bernard
84a7810b40
gitlab-ci: build for ATARICROSS
2019-02-09 12:17:14 +01:00
Thomas Bernard
ba82473ccc
improve gitlab pages : link to source package and windows installers
2019-01-30 16:43:23 +01:00
Thomas Bernard
06cfc802d4
gitlab-ci: add pages job !
2019-01-30 15:48:10 +01:00
Thomas Bernard
7bf491c3a5
gitlab-ci: -j2 instead of -j3
2019-01-25 15:11:29 +01:00
Thomas Bernard
513817c439
allow 3rdparty to build with make -j3
2018-12-02 18:08:30 +01:00
Thomas Bernard
4391603f37
convert .txt in Win32 distribution files to CRLF eol
2018-12-02 18:08:08 +01:00
Thomas Bernard
8fc0b40b18
gitlab-ci: try with liblua5.2-dev
2018-11-28 23:01:39 +01:00
Thomas Bernard
1d39fefa3c
gitlab-ci: install only necessary packages for each job
2018-11-28 23:01:39 +01:00
Thomas Bernard
b75ca3e58f
generate tgz of doxygen doc.
2018-07-27 14:29:25 +02:00
Thomas Bernard
b141ed6f90
also include sdl2 build in artifacts
...
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
2018-07-07 15:31:41 +02:00
Thomas Bernard
509f82d04d
gitlab-ci: build win32 version with WIN32 API
2018-07-02 11:38:51 +02:00
Thomas Bernard
830279d891
gitlab-ci: try to build with SDL2 as well
2018-07-02 11:38:51 +02:00
Thomas Bernard
4c9db787be
gitlab-ci: add g++-mingw-w64-i686 package for libTIFF build
2018-06-11 00:13:09 +02:00
Thomas Bernard
d85e5ee893
Fix build from an extracted grafx2-2.5.*-src.tgz
...
we check if we are in a GIT working tree and load revision
from version.c if we are not.
also includes grafx2-2.5*-src.tgz in artifacts
2018-05-15 15:33:15 +02:00
Thomas Bernard
1147a8f49f
build Win32 installer with gitlab-ci
...
call "make ziprelease" if needed
2018-05-13 23:33:42 +02:00
Thomas Bernard
c6084f2918
gitlab-ci: cross compile for Mingw32
2018-02-19 19:56:02 +01:00
Adrien Destugues
f04691145b
Use Gitlab CI to generate Linux images.
...
Automatically checks that the code builds fine on Linux
Export the zip with the binaries
2017-05-06 16:03:42 +02:00