Commit graph

36 commits

Author SHA1 Message Date
bunnei
cf6b66f5da cmake: Remove use of bintray for externals.
- Bintray will be deprecated on May 1st 2021 (https://bintray.com/)
- We were previously using this for Qt (non-Windows) and SDL.
- I've moved to bundled SDL on Windows.
2021-04-15 23:12:23 -07:00
Morph
b4263319af ci: Fix MSVC build with CMake 3.20.0 2021-04-04 07:49:21 -04:00
lat9nq
05a2295e2e ci: Add clang build scripts
Adds scripts that instruct CI to build yuzu with the installed Clang
compiler on yuzuemu/build-environments:linux-fresh.

These scripts are based on the .ci/scripts/linux scripts, minus AppImage
building since that isn't necessary. Re-uses linux-fresh since that
container has Clang 12 installed.
2021-02-22 01:40:44 -05:00
FearlessTobi
dc2883eac5 .ci/templates: Enable QT translation for MSVC CI
Previously this flag was missing, causing translation files not to be shipped with CI builds of yuzu.
2020-12-28 15:54:02 +01:00
lat9nq
7459d47cb6 ci: Remove -DYUZU_USE_BUNDLED_UNICORN=ON
Unicorn has been removed, yet CI still enables building with Unicorn.
This just cleans up a few leftovers by removing the variable from the
CMake parameters in CI.
2020-12-08 15:06:02 -05:00
liushuyu
bf23f7a2fa CI: move refreshenv to the configure step...
... so that cmake can find the Vulkan SDK binaries
2020-11-22 16:19:34 -07:00
liushuyu
7ea5a46e84 ci: install Vulkan SDK in MSVC build 2020-11-20 23:01:59 -07:00
James Rowe
2991e7441a Replace externals with Conan (#3735)
* Remove git submodules that will be loaded through conan

* Move custom Find modules to their own folder

* Use conan for downloading missing external dependencies

* CI: Change the yuzu source folder user to the user that the containers run on

* Attempt to remove dirty mingw build hack

* Install conan on the msvc build

* Only set release build type when using not using multi config generator

* Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries

* Add workaround for submodules that use legacy CMAKE variables

* Re-add USE_BUNDLED_QT on the msvc build bot
2020-05-08 17:09:29 -04:00
Zach Hilman
a0bdd2f2ac ci: Update to Windows Server 2019 and Visual Studio 2019
This updates to the latest available toolchain for MSVC builds.
2020-04-04 16:13:57 -04:00
bunnei
5fc5237616 ci: Rename build folder only on non-mainline builds 2019-11-06 23:26:29 -05:00
bunnei
55eefbfb07 Revert "ci: Rename build folder only on non-mainline builds" 2019-11-06 21:36:50 -05:00
Zach Hilman
7713eb71f1 ci: Rename build folder only on non-mainline builds 2019-11-05 21:07:30 -05:00
Zach Hilman
e6c65c1a79 ci: Isolate upload merge step into stage 2 2019-10-08 19:52:02 -04:00
Zach Hilman
81bbe698a3 ci: Update build suffix for mock builds 2019-10-08 19:51:24 -04:00
Zach Hilman
23f9b9f578 ci: Add version counter variable 2019-10-05 00:09:11 -04:00
Zach Hilman
41826fac4f ci: Correct mainline release dependency 2019-10-02 18:54:05 -04:00
Zach Hilman
2d2b2d45d9 ci: Add Mainline tagline 2019-10-02 18:51:21 -04:00
Zach Hilman
caa495a644 ci: Add MSVC build template 2019-10-02 17:58:33 -04:00
Zach Hilman
65e2798563 ci: Fix unset environment variable bug 2019-10-02 17:53:37 -04:00
Zach Hilman
2637831847 ci: Correct arguments for mergebot script 2019-09-30 13:43:34 -04:00
Zach Hilman
80f965856f ci: Populate patreon PRs on public repository 2019-09-30 09:29:28 -04:00
Zach Hilman
778ad7c238 ci: Add private mergebot CI templates 2019-09-26 09:29:33 -04:00
Zach Hilman
529d106d38 ci: Correct GitHub Release name 2019-09-22 19:06:48 -04:00
Zach Hilman
4567300484 ci: Determine build date via bash 2019-09-22 18:39:29 -04:00
Zach Hilman
86422c69ae ci: Update to use date as build number 2019-09-22 17:23:47 -04:00
Zach Hilman
1169676104 ci: Split mainline pipeline and add support for GitHub releases (#2900)
* ci: Add mock build alternative for fast testing

* ci: Always cache build

* ci: Extract steps to download build stage artifacts

* ci: Add template to release to GitHub

* ci: Add template to release to Azure Universal Artifacts

* ci: Split mainline to two pipelines
2019-09-22 20:01:29 +00:00
Flame Sage
f1c3ad016a Changed apt-get upgrade for specific package. 2019-09-04 00:15:51 -04:00
Flame Sage
3cf907c1d7 apt update before upgrade. Use apt-get.
Identified a bug in the script which uses the azure image when attempting to upgrade python3-pip.
Package index was out of date because apt-get update was not ran before attempting the upgrade.
2019-09-04 03:49:55 +00:00
Zach Hilman
bedc593c77 Correct apt permissions 2019-08-01 21:33:53 -04:00
Zach Hilman
a1735134e8 Upgrade PIP version with APT 2019-08-01 21:29:27 -04:00
Zach Hilman
60815560b5 Upgrade pip version 2019-08-01 21:23:17 -04:00
Zach Hilman
0511d10e4f Add missing dot 2019-08-01 21:09:11 -04:00
Zach Hilman
ccc6c732fe ci: Fix Azure PR Builds 2019-07-28 14:21:18 -04:00
Zach Hilman
19b1d82fe4 Fix README change mistake (#2754)
Fix README change mistake
2019-07-24 16:42:33 -04:00
Zach Hilman
ca7db6fde8 azure: Fix clang-format and releases 2019-07-20 15:19:25 -04:00
Zach Hilman
6ddb4a1c1f Finalize Azure Pipelines Definitions
d
2019-07-13 21:34:40 -04:00