summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2018-10-02Port web_service from CitrafearlessTobi
2018-09-22Build: Reintroduce Appveyor deployJames 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-20Merge pull request #1225 from tech4me/travis-windowsJames Rowe
travis: running mingw build on travis ci
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn
2018-09-01Build - Upload fewer artifactsJames 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-29Show game compatibility within yuzufearlessTobi
2018-08-20Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""Zach Hilman
2018-08-18Merge pull request #838 from FearlessTobi/port-3616James Rowe
Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"
2018-08-06Fix missing qjpeg DLLZach Hilman
2018-07-26Port #3616 from CitrafearlessTobi
2018-07-03Add qt windowsvistastyle dll to the buildJames Rowe
2018-06-23Revert "Use Ninja for MSVC AppVeyor builds" (#584)bunnei
2018-06-05Use Ninja for MSVC AppVeyor buildsMichał Janiszewski
2018-06-05Revert "Port citra #3616"bunnei
2018-06-04Port citra #3616Valentin Vanelslande
2018-03-26Merge pull request #102 from N00byKing/masterbunnei
Implement Pull #3043 from citra: appveyor: Determine dlls to include in package programmatically
2018-02-24Implement Citra pull 3043N00byKing
2018-01-18Build: Add missing dlls to msvc releaseJames Rowe
2018-01-17Build: Update deploy keysJames Rowe
2018-01-16Build: Update Appveyor and Travis secret keysJames 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-16Build: Add unicorn as a submodule and build it if neededJames 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-13Update build scriptsMerryMage
2017-09-11Build: Enable SSL in mingw by linking against WinSSLJames 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-05Remove excess debug dlls for mingw buildJames Rowe
2017-09-01Build: Add mingw64 compile support to appveyorJames Rowe
Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases
2017-08-10Implement correct folder structure for CI buildsj-selby
2017-08-06Travis/AppVeyor: Deploy based upon tagsj-selby
2017-07-28Produce 7zip artifacts on Travis and Appveyorj-selby
2017-07-24Use WinSSPI instead of OpenSSLJames 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-21Remove "Xamarin logspam" workaroundYuri Kunde Schlesner
The file does not seem to exist anymore in the VS 2017 environment.
2017-05-21Upgrade AppVeyor to Visual Studio 2017Yuri Kunde Schlesner
More C++14/17 goodness!
2017-01-23appveyor: workaround for unnecesary Xamarin log spamKloen
2017-01-08Prevents appveyor from attempting to deploy except on the nightly repoJames Rowe
2017-01-04Change travis to deploy on push to citra-nightly. Add more information to ↵James Rowe
the releases page
2017-01-04Change deploy to use github releases instead, but only for the citra-nightly ↵James Rowe
repo
2016-12-31Try 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-31Trying to make a consistent nightly versioningJames Rowe
2016-12-31Add deploy to bintray for builds to masterJames Rowe
2016-09-01Create a separate archive for debugsymbols on windowsJames Rowe
This reduces the main download size and uploads the symbols to a different directory
2016-09-01appveyor: Remove tests.exe and tests.pdb from archiveMerryMage
2016-08-29AppVeyor: Cache chocolatey packagesJannik Vogel
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel
2016-06-14Fix AppVeyor WinSCP downloadYuri Kunde Schlesner
2016-05-21Appveyor: Restore working directory after test_script (#1835)Maribel
2016-05-19Tests: Run tests on CIMerryMage
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
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
2016-01-04Update appveyor.yml to use VS2015 CMake generatorarchshift
2015-09-29AppVeyor: Use Visual Studio 2015bunnei
2015-09-08CMake: Remove support for QTDIR environment variableYuri Kunde Schlesner
Using this variable is problematic is the user has several versions of Qt installed on their system. There is no way to know ahead of time if the Qt version pointed to by QTDIR matches the toolchain that is being targeted. The Qt installation path can still be easily specified if it's not found by CMake by setting the Qt5_DIR cache variable after the initial configuration run, so this shouldn't present an usability issue.