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
Yuri Kunde Schlesner
4e4896ab6e
CMake: Remove support for QTDIR environment variable
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.
10 years ago
Yuri Kunde Schlesner
e351e56465
CMake: Add option to download Qt and GLFW binaries over HTTP
10 years ago
Yuri Kunde Schlesner
eaaf951de6
AppVeyor: Remove submodule checkout depth
This avoid intermittent build failures due to a commit not being
reachable using a fixed depth, at the expense of longer checkout times.
11 years ago
Trung Do
55725f07ec
AppVeyor: Remove os: unstable
The default os has Qt now, so there no need for the unstable os.
11 years ago
archshift
741db6798c
AppVeyor: update WinSCP download link with one that should never expire
11 years ago
archshift
1e8b18708c
AppVeyor: update WinSCP download link (with direct download link)
11 years ago
archshift
1a9d6c8307
AppVeyor: update WinSCP download link
Goodbye, SourceForge!
11 years ago
Emmanuel Gil Peyrot
39e8c01f22
Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth.
11 years ago
Emmanuel Gil Peyrot
b1503b2020
Remove every trailing whitespace from the project (but externals).
11 years ago
James Rowe
37a9d0635e
Updated the appveyor build to no longer copy the QT dlls since it is done in post build now.
11 years ago
archshift
b4b1070541
Remove mysterious spaces that were added by `git show --format`
No idea why these spaces are only added on recent revisions of Citra
(older revisions did not have this problem).
Let's just remove the spaces then in Powershell.
11 years ago
archshift
5c4d8dff2b
Strip newlines on the build name before trying to upload.
11 years ago
archshift
6cc1a07235
CI: upload builds to builds.citra-emu.org instead of MEGA
11 years ago
Yuri Kunde Schlesner
6638bf3b9b
Appveyor: Adjust clone depth settings
The submodule update was doing a full clone. Also increase clone depth a
bit, since it can apparently cause issues checking out the source if
there are too many concurrent PRs trying to build (causing the commit
for the build to not be the top one on the repository anymore).
11 years ago
Yuri Kunde Schlesner
689d80e077
Appveyor: Do x64 builds
11 years ago
Chin
cb39f92e6c
AppVeyor: Use Citra's Mega account
11 years ago
Chin
88627fae0c
AppVeyor: Add qwindows.dll to the build
11 years ago
Chin
a4a1ce766d
AppVeyor: Sanitize the file name before uploading
11 years ago
chinhodado
9121a5db1a
AppVeyor: Change to release build instead of debug
11 years ago
chinhodado
d7ed08b153
AppVeyor: Upload build to Mega upon build completion
11 years ago
chinhodado
8437aff16b
AppVeyor: Use shallow clone
11 years ago
Chin
7091b7b518
Add appveyor.yml
11 years ago