Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-15 | delete appveyor config | Amila Welihinda | |
2019-01-04 | build: Copy QtWebEngineProcess[d].exe to release dir on windows | Zach Hilman | |
2018-12-28 | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | |
2018-11-15 | Remove whitespace | Jcw87 | |
2018-11-15 | Include imageformat dependencies with releases (appveyor) | Jcw87 | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-09-22 | Build: Reintroduce Appveyor deploy | James Rowe | |
This was erroneously removed when we added travis mingw builds. We still want to push MSVC builds to github for the time being | |||
2018-09-20 | Merge pull request #1225 from tech4me/travis-windows | James Rowe | |
travis: running mingw build on travis ci | |||
2018-09-19 | travis: running mingw build on travis ci | tech4me | |
This commit also fixed a broken cmake dependency with unicorn | |||
2018-09-01 | Build - Upload fewer artifacts | James Rowe | |
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 | |||
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | |
2018-08-20 | Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" | Zach Hilman | |
2018-08-18 | Merge pull request #838 from FearlessTobi/port-3616 | James Rowe | |
Port #3616 from Citra: "appveyor: set jobs to 4 for mingw" | |||
2018-08-06 | Fix missing qjpeg DLL | Zach Hilman | |
2018-07-26 | Port #3616 from Citra | fearlessTobi | |
2018-07-03 | Add qt windowsvistastyle dll to the build | James Rowe | |
2018-06-23 | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | |
2018-06-05 | Use Ninja for MSVC AppVeyor builds | Michał Janiszewski | |
2018-06-05 | Revert "Port citra #3616" | bunnei | |
2018-06-04 | Port citra #3616 | Valentin Vanelslande | |
2018-03-26 | Merge pull request #102 from N00byKing/master | bunnei | |
Implement Pull #3043 from citra: appveyor: Determine dlls to include in package programmatically | |||
2018-02-24 | Implement Citra pull 3043 | N00byKing | |
2018-01-18 | Build: Add missing dlls to msvc release | James Rowe | |
2018-01-17 | Build: Update deploy keys | James Rowe | |
2018-01-16 | Build: Update Appveyor and Travis secret keys | James Rowe | |
The keys are github auth_tokens and are assigned to yuzubot for the yuzu-nightly repository to allow Appveyor and Travis to upload releases | |||
2018-01-16 | Build: Add unicorn as a submodule and build it if needed | James Rowe | |
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. | |||
2018-01-13 | Update build scripts | MerryMage | |
2017-09-11 | Build: Enable SSL in mingw by linking against WinSSL | James Rowe | |
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. | |||
2017-09-05 | Remove excess debug dlls for mingw build | James Rowe | |
2017-09-01 | Build: Add mingw64 compile support to appveyor | James Rowe | |
Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases | |||
2017-08-10 | Implement correct folder structure for CI builds | j-selby | |
2017-08-06 | Travis/AppVeyor: Deploy based upon tags | j-selby | |
2017-07-28 | Produce 7zip artifacts on Travis and Appveyor | j-selby | |
2017-07-24 | Use WinSSPI instead of OpenSSL | James Rowe | |
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. | |||
2017-05-21 | Remove "Xamarin logspam" workaround | Yuri Kunde Schlesner | |
The file does not seem to exist anymore in the VS 2017 environment. | |||
2017-05-21 | Upgrade AppVeyor to Visual Studio 2017 | Yuri Kunde Schlesner | |
More C++14/17 goodness! | |||
2017-01-23 | appveyor: workaround for unnecesary Xamarin log spam | Kloen | |
2017-01-08 | Prevents appveyor from attempting to deploy except on the nightly repo | James Rowe | |
2017-01-04 | Change travis to deploy on push to citra-nightly. Add more information to ↵ | James Rowe | |
the releases page | |||
2017-01-04 | Change deploy to use github releases instead, but only for the citra-nightly ↵ | James Rowe | |
repo | |||
2016-12-31 | Try a different encrypted bintray api key for travis. Change appveyor to ↵ | James Rowe | |
upload to a long git hash (since travis is stuck uploading to the full hash name) | |||
2016-12-31 | Trying to make a consistent nightly versioning | James Rowe | |
2016-12-31 | Add deploy to bintray for builds to master | James Rowe | |
2016-09-01 | Create a separate archive for debugsymbols on windows | James Rowe | |
This reduces the main download size and uploads the symbols to a different directory | |||
2016-09-01 | appveyor: Remove tests.exe and tests.pdb from archive | MerryMage | |
2016-08-29 | AppVeyor: Cache chocolatey packages | Jannik Vogel | |
2016-06-21 | Add GPL license.txt and README.md to builds | Jannik Vogel | |
2016-06-14 | Fix AppVeyor WinSCP download | Yuri Kunde Schlesner | |
2016-05-21 | Appveyor: Restore working directory after test_script (#1835) | Maribel | |
2016-05-19 | Tests: Run tests on CI | MerryMage | |