Zach Hilman
c1c430806c
build: Copy QtWebEngineProcess[d].exe to release dir on windows
7 years ago
Zach Hilman
cc3d152dc7
cmake: Add USE_QT_WEB_ENGINE flag and update build system
7 years ago
Jcw87
63adf26a47
Remove whitespace
7 years ago
Jcw87
93938b8495
Include imageformat dependencies with releases (appveyor)
7 years ago
fearlessTobi
92e939952c
Port web_service from Citra
7 years ago
James Rowe
3ebe22a4b2
Build: Reintroduce Appveyor deploy
This was erroneously removed when we added travis mingw builds. We still
want to push MSVC builds to github for the time being
7 years ago
tech4me
a1cb3164fe
travis: running mingw build on travis ci
This commit also fixed a broken cmake dependency with unicorn
7 years ago
James Rowe
a4c26e4c3e
Build - Upload fewer artifacts
Appveyor has a limit on artifact retention, and we hit the limit all the
time, so just lower the number of build artifacts to just the final zip
7 years ago
fearlessTobi
f30bf4d48d
Show game compatibility within yuzu
7 years ago
Zach Hilman
461343ca9b
Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""
7 years ago
Zach Hilman
a615a8ae26
Fix missing qjpeg DLL
8 years ago
fearlessTobi
8d2cac01eb
Port #3616 from Citra
8 years ago
James Rowe
248530cb92
Add qt windowsvistastyle dll to the build
8 years ago
bunnei
ff2912045b
Revert "Use Ninja for MSVC AppVeyor builds" ( #584 )
8 years ago
Michał Janiszewski
96f00c0aaa
Use Ninja for MSVC AppVeyor builds
8 years ago
bunnei
ab23cad8d3
Revert "Port citra #3616"
8 years ago
Valentin Vanelslande
a610638c0b
Port citra #3616
8 years ago
N00byKing
3811c54930
Implement Citra pull 3043
8 years ago
James Rowe
6b924d4210
Build: Add missing dlls to msvc release
8 years ago
James Rowe
ed362fe07f
Build: Update deploy keys
8 years ago
James Rowe
1fb270c771
Build: Update Appveyor and Travis secret keys
The keys are github auth_tokens and are assigned to yuzubot for the
yuzu-nightly repository to allow Appveyor and Travis to upload releases
8 years ago
James Rowe
84a702e6c3
Build: Add unicorn as a submodule and build it if needed
Adds a cmake custom target that will build unicorn on first compile and
uses this in the build scripts as well. Updates Appveyor and Travis
build scripts to work with the new unicorn build, and updates the paths
to all of the different artifacts.
8 years ago
MerryMage
16e512f2a7
Update build scripts
8 years ago
James Rowe
62a7372026
Build: Enable SSL in mingw by linking against WinSSL
The mingw builds aren't submitting telemetry because the curl library
they are linked against is configured to use openSSL and openSSL looks
for the certificates in the users home folder. This keeps it from
contacting web services because it can't communicate over SSL.
This commit adds a download in mingw builds that will download a
precompiled curl for mingw linked against winssl and sspi.
8 years ago
James Rowe
10f9979de1
Remove excess debug dlls for mingw build
8 years ago
James Rowe
04eac8102a
Build: Add mingw64 compile support to appveyor
Releases will be built with both mingw and msvc and the binaries of both
builds will be uploaded to github releases
8 years ago
j-selby
a15d912312
Implement correct folder structure for CI builds
8 years ago
j-selby
dd13f95e8d
Travis/AppVeyor: Deploy based upon tags
9 years ago
j-selby
0d04f39064
Produce 7zip artifacts on Travis and Appveyor
9 years ago
James Rowe
d05d9e75c6
Use WinSSPI instead of OpenSSL
Appveyor has OpenSSL installed, so cURL tries to link against it.
This causes dll not found errors because we would also need to ship
OpenSSL, so we link against Windows SSPI instead.
9 years ago
Yuri Kunde Schlesner
a45079a2d8
Remove "Xamarin logspam" workaround
The file does not seem to exist anymore in the VS 2017 environment.
9 years ago
Yuri Kunde Schlesner
4323f08e51
Upgrade AppVeyor to Visual Studio 2017
More C++14/17 goodness!
9 years ago
Kloen
40ee9f28e4
appveyor: workaround for unnecesary Xamarin log spam
9 years ago
James Rowe
dac81a1e2a
Prevents appveyor from attempting to deploy except on the nightly repo
9 years ago
James Rowe
a4f6da944b
Change travis to deploy on push to citra-nightly. Add more information to the releases page
9 years ago
James Rowe
1f5772c010
Change deploy to use github releases instead, but only for the citra-nightly repo
9 years ago
James Rowe
1163f92f1e
Try a different encrypted bintray api key for travis. Change appveyor to upload to a long git hash (since travis is stuck uploading to the full hash name)
9 years ago
James Rowe
843b1829ae
Trying to make a consistent nightly versioning
9 years ago
James Rowe
9576e45104
Add deploy to bintray for builds to master
9 years ago
James Rowe
ceeff700f4
Create a separate archive for debugsymbols on windows
This reduces the main download size and uploads the symbols to a different
directory
9 years ago
MerryMage
bad72e4e85
appveyor: Remove tests.exe and tests.pdb from archive
9 years ago
Jannik Vogel
9def5496d3
AppVeyor: Cache chocolatey packages
9 years ago
Jannik Vogel
275fa09c6c
Add GPL license.txt and README.md to builds
10 years ago
Yuri Kunde Schlesner
289bc7631f
Fix AppVeyor WinSCP download
10 years ago
Maribel
b7a0f11308
Appveyor: Restore working directory after test_script ( #1835 )
10 years ago
MerryMage
df2d284556
Tests: Run tests on CI
10 years ago
MerryMage
9d9970fba9
tests: Infrastructure for unit tests
10 years ago
MerryMage
f2c32b7336
Dependencies: Remove GLFW, Add SDL2
citra: Remove GLFW, Add SDL2
FindSDL2: Do not CACHE SDL2_* variables if library is not found
EmuWindow_SDL2: Set minimal client area at initialisation time
EmuWindow_SDL2: Corrections
EmuWindow_SDL2: Fix no decorations on startup on OS X
cmake: windows_copy_files
10 years ago
archshift
03012b4476
Update appveyor.yml to use VS2015 CMake generator
10 years ago
bunnei
09b8b9d6c3
AppVeyor: Use Visual Studio 2015
10 years ago