summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2018-12-30Remove unused fftw dependency.RJ Skerry-Ryan
2018-12-30Remove VAMP from appveyor.yml.RJ Skerry-Ryan
2018-12-26Add missing dependency for AppVeyor CI buildUwe Klotz
2018-12-25add libqt5x11extras5-dev to AppVeyor Ubuntu dependency listBe
2018-10-29Build Mixxx on Ubuntu 18.04 via AppVeyor.RJ Skerry-Ryan
Travis only supports Ubuntu 14.04 (Qt 5.2), so we cannot use it for newer Qt features. Also disables the x86 build for Windows, since we only get one concurrent build on AppVeyor and it's rare for an issue to affect x86 and not x64. (It's also rare to see a user on a 32-bit operating system these days.)
2018-10-09Use Visual Studio 2017 in appveyor.yml.RJ Ryan
2018-08-16Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-08-16fix checkmark in appveyor messages in zulipSebastien Blaisot
2018-05-20Enable Qt5 build on Windows.RJ Skerry-Ryan
2018-01-06Merge branch '2.1'RJ Ryan
2018-01-06Merge pull request #1455 from sblaisot/remove_nsisBe
Remove NSIS files as we now have completely switched to wix
2018-01-02update icons on appveyor zulip notificationSebastien BLAISOT
2018-01-02add pull request number on appveyor zulip notificationSebastien BLAISOT
2018-01-02add zulip notification from apveyorSebastien BLAISOT
2018-01-01remove NSIS files as we now have completely switched to wixSebastien Blaisot
2018-01-01Quote % stingDaniel Schürmann
2018-01-01Added Appveyor Email hookDaniel Schürmann
2017-12-28fix appveyor build by removing unneeded nsis patch as we switched to wixSebastien BLAISOT
2017-01-25AppVeyor: Read Windows environment from a file in the repository.RJ Ryan
2017-01-24Update Appveyor build to mixxxdj/buildserver@ce9b43e.RJ Ryan
2017-01-23Update AppVeyor build to ↵RJ Ryan
"2.1-j00018-%platform%-%configuration%-fastbuild-static-7510b10-minimal". Also move install_buildenv.bat to build/windows and make it usable by Jenkins.
2017-01-18Build Mixxx on Appveyor with Visual Studio 2015.RJ Ryan
Uses an x86 and x64 environment built from https://github.com/mixxxdj/buildserver/commit/3ddf42e4e06badf569b319981cae4a53559275a0 which is a combination of work by @Pegasus-RPG, @JosepMaJAZ, @sblaisot and myself. All dependencies are linked statically. SCons is now present in the bin directory of the environment, so we don't need to install it anymore.
2017-01-18(appveyor) fix RDP commentsSebastien Blaisot
2017-01-18(appveyor) Comment back RDP connectionSebastien Blaisot
2017-01-18Add NSIS patching to appveyor install sectionSebastien Blaisot
2016-11-25Merge pull request #1053 from sblaisot/improve-appveyorRJ Ryan
Don't start Appveyor CI on resource file changes
2016-11-25remove res/ from appveyor restrictionsSebastien Blaisot
2016-11-25Merge pull request #1051 from rryan/appveyorRJ Ryan
Speed up the test suite and publish Appveyor builds via SFTP.
2016-11-24Appveyor: only upload test results when test have runSebastien Blaisot
2016-11-24Add an Appveyor deploy to the 'downloads.mixxx.org' environment.RJ Ryan
This environment uploads the artifacts over SFTP to downloads.mixxx.org.
2016-11-24Record test results using Appveyor's testresults API.RJ Ryan
2016-11-24Don't start Appveyor CI on resource file changesSebastien Blaisot
2016-11-23rename appveyor bindir variable to distdirSebastien Blaisot
2016-11-23Fix appveyor build folder pathSebastien Blaisot
2016-11-23Move appveyor build scripts to build/appveyorSebastien Blaisot
2016-11-23Update URLsSebastien Blaisot
2016-11-23Add Appveyor configurationSebastien Blaisot
/!\ Build env URL to be updated