Commit Graph

38 Commits

Author SHA1 Message Date
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
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03: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
Matan Bareket
f3a29f8514
JANITORIAL: Update github PR comment 2020-12-09 20:53:02 -05: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
Bastien Bouclet
c4820c454e GITHUB: Comment out the instructions in the PR template
So people don't accidentally leave them in the final pull request.
2019-11-24 17:19:28 +01:00
Matan Bareket
e2e1ec2778 GITHUB: Add Pull Request template 2018-11-16 09:51:01 -05:00