Commit Graph

48 Commits

Author SHA1 Message Date
sluicebox
060f417d9c CI: Use a fork of vcpkg 2023-01-19 12:14:45 +01:00
sluicebox
47be539620 CI: Update vcpkg
This should fix Windows CI builds on github.

libtool-2.4.6-9 was removed from msys2 sites, breaking  downloads.
vcpkg now uses libtool-2.4.7-3.
2023-01-16 17:40:33 -08:00
Donovan Watteau
f7b2bb0e66 CI: Update various GitHub actions
Most of them deal with the current Node.js 12 and set-output deprecation
warnings.
2022-11-26 23:11:32 +02:00
Donovan Watteau
60676c825a CI: Make msbuild less verbose
As already done for Linux GCC builds and Xcode Clang builds.
2022-11-26 17:51:16 +02:00
Donovan Watteau
3c4d3a0d62 CI: Explicitly use the Bash shell on macOS and Linux
If it's just set implicitly, pipefail isn't enabled, but that's a
setting one almost always wants in a CI setup.

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
2022-10-23 20:14:27 +02:00
Die4Ever
5fe99667ce
CI: fix xcodebuild return code getting swallowed by pipe to awk 2022-09-30 08:36:24 -05:00
Alex
2e6ad6255a Update ci.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-09-02 20:18:08 +02:00
Donovan Watteau
744d666ac9 CI: Make the Xcode builds around 90% less verbose
xcodebuild has a `-quiet` flag, but this awk call will just remove the
noisiest lines.
2022-08-29 22:11:26 +02:00
Filippos Karapetis
77c8945ab0 CI: Add the global Ubuntu xenial universe archive URL as repository 2022-08-13 19:45:39 +03:00
Filippos Karapetis
1e3e14aeaa CI: Add the global Ubuntu xenial archive URL as repository 2022-08-13 19:45:39 +03:00
Cameron Cawley
4fbc0268a4 CI: Update from Ubuntu 18.04 to 20.04 2022-08-13 19:45:39 +03:00
Cameron Cawley
a6a6b3da41 CI: Use g++ 4.8 in ubuntu-18.04 builds 2022-08-13 19:45:39 +03:00
Donovan Watteau
31916ae722 CI: Add missing jpeg library for macOS 2022-08-12 04:56:04 +01:00
sluicebox
bd36fea8a2 CI: Update vcpkg to recent commit
Fixes Windows builds
2022-03-09 06:23:58 -05:00
sluicebox
beed7ba48d CI: Update with new theoradec feature name 2022-01-09 14:41:14 -05:00
Cameron Cawley
b4e7ea3150
CI: Disable libmpeg2 in iOS builds 2022-01-01 20:14:07 +00:00
Cameron Cawley
21b0d6ded1 BACKENDS: Replace GLEW with GLAD, part of PR #3463 2021-12-30 14:53:48 +01:00
sluicebox
9477742a20 CI: Update vcpkg to fix PCRE downloads
PCRE changed their download server.

https://github.com/microsoft/vcpkg/issues/21201
2021-11-11 20:17:49 +01:00
SupSuper
b891062a20 CI: Remove outdated Xcode version check 2021-11-02 11:11:59 +00:00
Eugene Sandulenko
8fccd8189f
CI: Remove --enable-c++11 flag 2021-10-31 13:54:47 +02:00
Orgad Shaneh
d0545cb65a CI: Enable fribidi
Some of the issues in vcpkg are already resolved.
2021-08-01 08:30:19 +01:00
Orgad Shaneh
4c63939ba2 CI: Switch Windows build to Debug
Analysis is 4.5x slower, and most users don't even look at the warnings.
2021-07-24 22:02:10 +01:00
Orgad Shaneh
f59505c9bd CI: Set display name and use hard links for buildcache on xcode 2021-07-22 14:30:53 +03:00
Orgad Shaneh
275b6e8c7e CI: Upgrade vcpkg action to v7 and vcpkg to a recent commit
Cache is improved, so vcpkg itself is not built every time.

Upgrade of vcpkg itself is required due to
https://github.com/microsoft/vcpkg/issues/18718.
2021-07-21 17:24:28 +01:00
Orgad Shaneh
cbcfac8a71 CI: Really apply buildcache on macos
Xcode uses
/Applications/Xcode_10.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
by default. buildcache uses a wrapper for clang/clang++ and the action
prepends the wrapper to the PATH. But in order to use it, clang needs to
be called by its name alone, without full path.
2021-07-18 22:27:55 +03:00
Orgad Shaneh
0094487489 CI: Fix cache usage for macos and linux
Use https://github.com/mikehardy/buildcache-action for Xcode, and apply
ccache on linux.
2021-07-18 22:10:15 +03:00
Orgad Shaneh
50f3913a7b CI: Use ccache on github actions 2021-07-17 11:35:29 +03:00
SupSuper
0c47e56441 CI: Bump deprecated environments 2021-07-10 17:03:58 +01:00
SupSuper
f5e76a60f5 CI: Use Analysis builds for MSVC 2021-07-10 17:03:57 +01:00
Cameron Cawley
577a0397bc CI: Add Linux builds to GitHub Actions 2021-06-20 21:28:29 +01:00
Martin Gerhardy
bb34721dd4 IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
SupSuper
5e6fe0cdaf CI: Fix obsolete env commands 2020-12-11 20:13:24 +00:00
SupSuper
51068ae6a0 CI: Update obsolete libs url 2020-12-11 20:13:23 +00:00
SupSuper
35a2819423 CI: Update vcpkg 2020-12-11 20:13:23 +00:00
SupSuper
159e77a8f1 CI: ARM64 doesn't support OpenGL 2020-10-10 19:54:26 +01:00
SupSuper
74d7fd00cc CI: Add GLEW libraries 2020-10-09 21:29:43 +01:00
Cameron Cawley
f0097abc53 CI: Add macOS builds to GitHub Actions 2020-10-04 18:31:00 +02:00
Cameron Cawley
659390ad22 CI: Add iOS builds to GitHub Actions 2020-10-04 18:31:00 +02:00
SupSuper
b68ae5af8d CI: Add discord-rpc to test matrix 2020-09-10 01:50:12 +01:00
Eugene Sandulenko
9dc0f38392 CI: Disable yeat another artifact uploading 2020-09-04 12:50:04 +02:00
Eugene Sandulenko
b9f6ba84a0 CI: Re-enable builds on every commit but do not store artifacts 2020-09-01 09:40:38 +02:00
Eugene Sandulenko
7c68c7ea7b CI: Build every 4 hours. Currently, we exceeded quota 6x 2020-09-01 09:18:44 +02:00
SupSuper
5ba0416765 CI: Default to MSVC x64 toolset
ScummVM has become too big for the 32-bit linker, so default to the 64-bit linker to avoid random failures and restarts.
This doesn't affect the architecture of the output (eg. a x64 compiler can build a x86 executable).
2020-08-25 10:00:32 +01:00
Cameron Cawley
ad429961f0 CI: Disable fribidi for all MSVC builds 2020-07-23 11:15:49 +01:00
Cameron Cawley
a110d967c2 Revert "CI: Disable win32 and x64 builds because they're broken"
This reverts commit 00ceb9d9d3.
2020-07-23 11:15:49 +01:00
Eugene Sandulenko
00ceb9d9d3 CI: Disable win32 and x64 builds because they're broken
The builds are timing out at the vcpkg state and nobody cares,
especially the author, about looking into the problem.
2020-07-22 10:28:15 +02:00
Cameron Cawley
7a9c8ee15b
CI: Enable all engines for MSVC builds 2020-07-19 11:23:52 +01:00
Michał Janiszewski
b82df5b714 CI: Add GitHub Actions-based CI to excercise vcpkg and MSVC AArch64 2020-07-18 12:11:31 +02:00