summaryrefslogtreecommitdiff
path: root/appveyor.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete appveyor configGravatar Amila Welihinda2019-12-151-178/+0
|
* build: Copy QtWebEngineProcess[d].exe to release dir on windowsGravatar Zach Hilman2019-01-041-0/+1
|
* cmake: Add USE_QT_WEB_ENGINE flag and update build systemGravatar Zach Hilman2018-12-281-1/+1
|
* Remove whitespaceGravatar Jcw872018-11-151-1/+1
|
* Include imageformat dependencies with releases (appveyor)Gravatar Jcw872018-11-151-9/+10
|
* Port web_service from CitraGravatar fearlessTobi2018-10-021-2/+3
|
* Build: Reintroduce Appveyor deployGravatar James Rowe2018-09-221-0/+10
| | | | | This was erroneously removed when we added travis mingw builds. We still want to push MSVC builds to github for the time being
* Merge pull request #1225 from tech4me/travis-windowsGravatar James Rowe2018-09-201-10/+0
|\ | | | | travis: running mingw build on travis ci
| * travis: running mingw build on travis ciGravatar tech4me2018-09-191-10/+0
| | | | | | | | This commit also fixed a broken cmake dependency with unicorn
* | Build - Upload fewer artifactsGravatar James Rowe2018-09-011-4/+0
|/ | | | | 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
* Show game compatibility within yuzuGravatar fearlessTobi2018-08-291-2/+2
|
* Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""Gravatar Zach Hilman2018-08-201-1/+1
|
* Merge pull request #838 from FearlessTobi/port-3616Gravatar James Rowe2018-08-181-1/+1
|\ | | | | Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"
| * Port #3616 from CitraGravatar fearlessTobi2018-07-261-1/+1
| |
* | Fix missing qjpeg DLLGravatar Zach Hilman2018-08-061-0/+4
|/
* Add qt windowsvistastyle dll to the buildGravatar James Rowe2018-07-031-0/+4
|
* Revert "Use Ninja for MSVC AppVeyor builds" (#584)Gravatar bunnei2018-06-231-11/+3
|
* Use Ninja for MSVC AppVeyor buildsGravatar Michał Janiszewski2018-06-051-3/+11
|
* Revert "Port citra #3616"Gravatar bunnei2018-06-051-1/+1
|
* Port citra #3616Gravatar Valentin Vanelslande2018-06-041-1/+1
|
* Merge pull request #102 from N00byKing/masterGravatar bunnei2018-03-261-15/+8
|\ | | | | Implement Pull #3043 from citra: appveyor: Determine dlls to include in package programmatically
| * Implement Citra pull 3043Gravatar N00byKing2018-02-241-15/+8
| |
* | Build: Add missing dlls to msvc releaseGravatar James Rowe2018-01-181-3/+10
|/
* Build: Update deploy keysGravatar James Rowe2018-01-171-1/+1
|
* Build: Update Appveyor and Travis secret keysGravatar James Rowe2018-01-161-1/+1
| | | | | The keys are github auth_tokens and are assigned to yuzubot for the yuzu-nightly repository to allow Appveyor and Travis to upload releases
* Build: Add unicorn as a submodule and build it if neededGravatar James Rowe2018-01-161-11/+9
| | | | | | | 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.
* Update build scriptsGravatar MerryMage2018-01-131-9/+9
|
* Build: Enable SSL in mingw by linking against WinSSLGravatar James Rowe2017-09-111-7/+4
| | | | | | | | | | 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.
* Remove excess debug dlls for mingw buildGravatar James Rowe2017-09-051-0/+6
|
* Build: Add mingw64 compile support to appveyorGravatar James Rowe2017-09-011-40/+123
| | | | | Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases
* Implement correct folder structure for CI buildsGravatar j-selby2017-08-101-6/+14
|
* Travis/AppVeyor: Deploy based upon tagsGravatar j-selby2017-08-061-10/+2
|
* Produce 7zip artifacts on Travis and AppveyorGravatar j-selby2017-07-281-2/+13
|
* Use WinSSPI instead of OpenSSLGravatar James Rowe2017-07-241-1/+1
| | | | | | 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.
* Remove "Xamarin logspam" workaroundGravatar Yuri Kunde Schlesner2017-05-211-2/+0
| | | The file does not seem to exist anymore in the VS 2017 environment.
* Upgrade AppVeyor to Visual Studio 2017Gravatar Yuri Kunde Schlesner2017-05-211-3/+3
| | | More C++14/17 goodness!
* appveyor: workaround for unnecesary Xamarin log spamGravatar Kloen2017-01-231-0/+2
|
* Prevents appveyor from attempting to deploy except on the nightly repoGravatar James Rowe2017-01-081-0/+1
|
* Change travis to deploy on push to citra-nightly. Add more information to ↵Gravatar James Rowe2017-01-041-1/+6
| | | | the releases page
* Change deploy to use github releases instead, but only for the citra-nightly ↵Gravatar James Rowe2017-01-041-9/+6
| | | | repo
* Try a different encrypted bintray api key for travis. Change appveyor to ↵Gravatar James Rowe2016-12-311-1/+2
| | | | upload to a long git hash (since travis is stuck uploading to the full hash name)
* Trying to make a consistent nightly versioningGravatar James Rowe2016-12-311-1/+3
|
* Add deploy to bintray for builds to masterGravatar James Rowe2016-12-311-38/+37
|
* Create a separate archive for debugsymbols on windowsGravatar James Rowe2016-09-011-0/+6
| | | | | This reduces the main download size and uploads the symbols to a different directory
* appveyor: Remove tests.exe and tests.pdb from archiveGravatar MerryMage2016-09-011-0/+4
|
* AppVeyor: Cache chocolatey packagesGravatar Jannik Vogel2016-08-291-0/+4
|
* Add GPL license.txt and README.md to buildsGravatar Jannik Vogel2016-06-211-4/+4
|
* Fix AppVeyor WinSCP downloadGravatar Yuri Kunde Schlesner2016-06-141-5/+3
|
* Appveyor: Restore working directory after test_script (#1835)Gravatar Maribel2016-05-211-1/+1
|
* Tests: Run tests on CIGravatar MerryMage2016-05-191-1/+4
|