Pentarctagon
6e357ea8b3
Enable LTO for steam-linux builds.
2022-08-03 17:19:44 -05:00
Pentarctagon
e6f0ffa556
Use the Sniper runtime.
2022-08-03 17:19:44 -05:00
Pentarctagon
9e94f090e6
Use start.sh to enable logging to file for Steam Linux.
2022-07-24 13:43:41 -05:00
loonycyborg
e6d67c89fd
Updated msys2 Dockerfile
2022-06-21 20:24:05 +03:00
Tommy
74649f4966
CI: Force colour diagnostics for compilation errors.
2022-06-10 16:45:38 +12:00
Pentarctagon
af445f905b
Update docker images to Ubuntu 22.04.
2022-04-21 20:30:34 -05:00
Gunter Labes
4af8cea2e1
Fix parameter handling and remove futile exit call
2022-03-24 12:32:12 +01:00
loonycyborg
489e7faa29
Add compatibility symlink for previous dockerfiles
2022-03-22 21:06:07 +03:00
loonycyborg
1e56959008
dockerbuilds: provide our own implementation of msys2 image base for cross-compiling
...
Unlike rwgrim/msys2-cross this Dockerfile doesn't require manual setup
as it downloads msys2 itself. Though it uses archlinux as image base
instead of debian in order to reuse archlinux's own pacman.
2022-03-22 21:06:07 +03:00
Pentarctagon
f44acd68c2
Add build support for webp images.
2022-03-12 13:47:46 -06:00
loonycyborg
c6f9a96a09
Update flatpak build dockerfile
2022-02-09 18:28:38 +03:00
Pentarctagon
cda9c0406a
Update steamrt image.
2021-12-19 19:01:20 -06:00
Pentarctagon
232cb02dfd
Typo fix.
2021-11-22 21:57:51 -06:00
Pentarctagon
18db5fab1c
Add luacheck to docker image.
2021-11-22 18:10:18 -06:00
Pentarctagon
1f6bf4c203
Upload artifacts that could be used for releases.
...
Also don't upload things anymore that aren't being used.
2021-11-18 12:32:17 -06:00
loonycyborg
8cdfcae202
Made get_dlls.py get dlls for wesnothd too
2021-10-26 17:20:39 +03:00
loonycyborg
33ae3e9b53
docker: Compile own openssl for steamrt builds
...
Steam's scout image provides way too old openssl library version which doesn't
doesn't properly handle recent expiry of one of root Let's Encrypt
certs.
2021-10-16 18:59:39 +03:00
loonycyborg
5bcf5068b4
Update steamrt docker builds
2021-10-15 03:45:44 +03:00
Pentarctagon
9070953903
Install certs so CI can download scons over https.
2021-10-05 11:32:22 -05:00
Iris Morelle
1c40a0271e
ci: Remove dependencies on SDL_ttf and FriBidi
2021-03-13 13:51:47 -03:00
Pentarctagon
6ca9f0969e
Remove Ubuntu 18.04 CI job.
...
As of the TLS PR, supporting Ubuntu 18.04 will not be possible due to Boost 1.65 not supporting perfect forwarding in ssl stream's constructor.
2021-03-10 13:49:56 -06:00
Pentarctagon
cb5f45cae6
Remove left over paramiko usage from dockerfiles.
2021-03-07 16:49:22 -06:00
Pentarctagon
97bca421e7
Update flatpak docker image to newer runtime.
...
Also change the base image to Ubuntu 20.04 and remove the PPA providing a newer flatpak version.
2021-02-17 16:49:33 -06:00
loonycyborg
0ffe194f71
Update flatpak runtime version. This fixes #5552
2021-02-17 21:35:57 +03:00
Pentarctagon
ef7d69b953
Use gcc-9 in the Scout runtime instead of gcc-5.
...
The gcc-9 shipped with the Scout runtime forces the use of -static-libstdc++ which is what allows this to work. However, LTO is not yet able to be enabled since as of right now it simply crashes immediately with `free(): invalid pointer`.
2021-01-16 15:43:59 -06:00
Pentarctagon
551aa31390
Add a CI check for doxygen issues.
2020-12-31 23:59:28 -06:00
Pentarctagon
882d7abf55
Missed one.
2020-12-10 14:48:40 -06:00
Pentarctagon
8942efe5fd
Move/rename various CI scripts to no longer refer to travis.
2020-12-10 14:11:17 -06:00
Pentarctagon
515feabb66
Add boost coroutine and context.
2020-12-10 11:09:06 -06:00
Pentarctagon
5de7939384
Update steam runtime image.
2020-10-15 15:44:12 -05:00
Pentarctagon
113a4e0913
Use mariadbpp rather than the mysql C connector.
...
Reasoning being:
* The result_set and other APIs are nicer to use.
* We use mariadb on our server rather than mysql, so this would minimize the chance of any incompatibilities.
* The mysql C++ connector 1.1 isn't compatible with with c++17 (https://stackoverflow.com/q/47284705 ).
2020-07-30 13:17:22 -05:00
Steve Cotton
c1e4178338
Disambiguate some python shebang lines to be "python3"
...
Loonycyborg already uses these tools with Python 3.
The python launcher tool for Windows has magic handling for some shebang lines,
however `#!/bin/env python` isn't recognised without the `/usr`. Had the `/usr`
been included with the old code then these scripts would likely have been run
with Python 2.
https://docs.python.org/dev/using/windows.html#shebang-lines
2020-07-29 22:10:02 +02:00
Pentarctagon
b1db683698
Remove old Ubuntu 16.04 dockerfile.
2020-05-08 15:32:19 -05:00
Pentarctagon
03c5c1b7ea
Update travis to Ubuntu 20.04 LTS image.
2020-05-03 11:54:15 -05:00
loonycyborg
61ace8da2c
Add gcc-5 to dockerfile
2020-04-05 21:53:29 +03:00
Pentarctagon
7733666f2c
Update to most recent steam runtime.
2020-04-05 12:41:46 -05:00
loonycyborg
85cea309fa
Made mingw build docker image make installer in its entrypoint too
2020-03-11 15:48:51 +03:00
Pentarctagon
d8e79a8e89
Run the pre-release translation targets on travis.
...
This will then catch errors on the commit it happens instead of usually much later.
2020-02-24 20:45:07 -06:00
Pentarctagon
082e209552
Run valid character checks during the translations job.
2020-02-19 21:32:13 -06:00
Pentarctagon
a36b99225a
Upload .tar.bz2 from travis.
...
While it can't be used currently, it's there and functioning in case that changes in the future.
2020-02-16 09:56:44 -06:00
Pentarctagon
7c3869f360
Update mingw docker image for creating the Windows installer.
2020-02-15 18:41:01 -06:00
Pentarctagon
656737e6c9
Upload executables from travis.
...
This will SFTP the wesnoth and wesnothd executables from Travis (UPLOAD_ID=<something>) to SourceForge.
2020-02-07 08:18:40 -06:00
pentarctagon
21d133828b
Add a flatpak travis job.
...
NOTE: This doesn't sign/upload/etc the output anywhere.
2019-12-31 17:17:34 -06:00
pentarctagon
acb2dd8226
Install python3 for the WML unit tests.
2019-11-28 00:55:04 -06:00
pentarctagon
1a2be4bef5
Add steam runtime job to travis.
2019-11-18 19:28:15 -06:00
pentarctagon
9a34cbb329
Add quotes around UID variable.
...
On my own system, this variable isn't set, which cases the command to fail.
2019-11-15 19:05:23 -06:00
pentarctagon
d83fd5d9c8
Add mingw crosscompile job to travis.
...
Of note:
* The image now created by Dockerfile-base-mingw is available on wesnoth's Docker Hub.
* Strict building is disabled, as there are a couple warnings that show up when crosscompiling.
2019-11-15 18:54:49 -06:00
loonycyborg
479278a0d9
Improve dockerbuild scripts
...
- recreate output dir
- write output at user's uid
- mount /build dir onto tmpfs
2019-11-14 17:33:22 +03:00
pentarctagon
a8a5812928
Move travis' dockerfiles to common directory.
2019-11-13 19:48:14 -06:00
loonycyborg
755c5057d8
Make docker builds copy wesnothd to output/ too
2019-11-07 20:55:42 +03:00