Commit Graph

65 Commits (c112986869517a02b1571e02f339c4ed4e074b29)

Author SHA1 Message Date
cvnertnc c112986869
`-fix-`
.yml
2 years ago
cvnertnc 148b2dfdf1
`-fix-` 2 years ago
cvnertnc 961d49da1c
```-x-```
Update .yml
2 years ago
cvnertnc 46bd81acb6
```-x-``` 2 years ago
cvnertnc 8189ce1782
```-x-``` 2 years ago
cvnertnc c43c455dc9
```-x-``` 2 years ago
cvnertnc 7f6400f0e1
`Update android-ea-play-release.yml` 2 years ago
cvnertnc 9a9f1ef9e9
`Update verify.yml` 2 years ago
cvnertnc 8a12590756
`Update verify.yml` 2 years ago
cvnertnc 48e8223eb9
```-x-```
update
2 years ago
cvnertnc 2f6f874b1d
```-x-```
test update
2 years ago
cvnertnc 8f5b9d4dae
```-x-```
ea and mainline
2 years ago
ascpixi 67bc7a6dea Update code references to `yuzu-emu`
User display strings have not been changed for the sake of parity.
2 years ago
Liam 6512f39061 ci: fix mac build 2 years ago
t895 99ea31faa8 ci: android: Play store publishing setup 2 years ago
Liam 4dfe9dd038 ci: bump mac to macos-14 2 years ago
t895 cdeaca73c4 android: Move ktlintCheck to yuzu-verify 2 years ago
t895 3b314a68a1 actions: android: Prevent resolving tag commit to PR link 2 years ago
t895 06c68fb196 actions: android: Resolve PR commits to link 2 years ago
t895 9a31122c82 actions: android: Move trigger logic to be yuzu-android specific 2 years ago
Liam 4a86a55174 ci: fix homebrew installation issue in actions runner images 2 years ago
Liam d21305c2e7 add mac workflow 2 years ago
Charles Lombardo 2f8e237ab7 ci: android: Declare secrets during build step 2 years ago
Morph 738b37e508 verify: Remove dependence on chocolatey 2 years ago
Morph 82a105e2f8 android-build: Run only on yuzu-android repository 2 years ago
Morph c652e42492 github: Checkout source first (MSVC) 2 years ago
Morph eacec2ae12 ci: Download and install Vulkan SDK directly from LunarG 2 years ago
liushuyu 14ea16e499 CI: add auto-publishing steps for Android 2 years ago
liushuyu 22263787e3 CI: add Android build workflow
* Switch OpenJDK runtime to Eclipse Temurin (AdoptOpenJDK has rebranded
to Eclipse Temurin)
* Fetch submodules using full clones instead of shallow clones
2 years ago
Morph 099f3f639e github: Remove release workflow 2 years ago
Abandoned Cart 5ff28ffc6d android: Fix ci builds with Java 17 2 years ago
bunnei ee8caac82f android: Various fixes for CI. 2 years ago
liushuyu be6159842a CI: use the verify pipeline to do releases 2 years ago
liushuyu 1d0329a065 CI: add Android build systems 2 years ago
Baptiste Marie 206fe987e1 issue_template: Add link to website, Getting Log Files 2 years ago
Liam 600f325d87 general: fix spelling mistakes 3 years ago
Liam d155167ea2 general: use codespell to identify spelling mistakes 3 years ago
Morph 54d6273975 github: Add blank issue template
This is meant to only be used by developers.
3 years ago
Morph 98a6cd02c8 github: Remove old markdown form
Replaced by the newer issue forms template
3 years ago
Morph 52acdafa95 github: Add new feature request issue form 3 years ago
Morph 975e17aa13 github: Add new bug report issue form 3 years ago
Kyle Kienapfel c70e1d0247 Set TX_TOKEN for transifex client
I did some tests on my own fork, and we're writing to ~/.transifexrc but
the client can't seem to read that file. maybe issue with $HOME or
something.

Workaround is to set TX_TOKEN environment variable and now the pesky
~/.transifexrc file is not needed.
3 years ago
lat9nq 45b343d1d0 ci,workflows: Enable crash dumps on MSVC builds
ci/windows: Enable crash dumps on MinGW builds
3 years ago
Morph 118503f6e5 ci: Enable building with Visual Studio 2022 (again)
Since the following https://developercommunity.visualstudio.com/t/Type-alias-lookup-failure-within-paramet/10039150 compiler bug has been fixed, we can finally build with VS 2022 again.
3 years ago
Kyle K 3a9816aafd tidy up github actions
ci.yml: REUSE task should only run on yuzu-emu/yuzu repository
verify.yml: #8659 is a better fix to the discord-rpc dirty flag
3 years ago
Morph 69e04da537
Merge pull request #8640 from lat9nq/vcpkg-extra
cmake,ci: vcpkg leftovers
3 years ago
bunnei 1dc4ff0974
Update bug-report-feature-request.md 3 years ago
bunnei 34f75023b2
Update config.yml 3 years ago
lat9nq dfc6dd0a2d cmake,ci: vcpkg for MSVC default, fix lz4 include, catch2, cleanup
vcpkg: Add Catch2 2.13.9

Catch2 >= 3.0 is not compatible with earlier versions, and for now we
must override the desired version in our vcpkg manifest. We can do this
programmatically by using VCPKG_MANIFEST_FEATURES.

CMakeLists: Search for lz4 CONFIG mode first

vcpkg's lz4 CONFIG cmake script works in Release mode but not in Debug
mode, failing to copy the correct DLLs at compile time.

We still need to search for the regular mode for system-installed
versions.

CMakeLists: Clean up boost exports

Remove some Conan-specific workarounds.

CMakeLists: Use vcpkg for MSVC by default

Not enabling it generally since it's much easier to have system
dependencies installed for Linux and MinGW.
3 years ago
Andrea Pappacoda 3041a612cb
ci: add reuse job
As mentioned in the previous commit, `reuse lint` can be used to ensure
that copyright information is always present and up to date.

This adds a GitHub Action that does just that, using the official
fsfe/reuse-action
3 years ago