summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2020-04-24Removing the "call" from the sets, as suggested in the PR.JosepMaJAZ
2020-04-21Forgot to remove the old set QT_PATH. Also documented an unusual syntaxJosepMaJAZ
2020-04-19Use Qt 5.14 on AppveyorJosepMaJAZ
get version automatically from build environment on windows
2020-04-16appveyor.yml: Improve filenames of WIX CPack packageJan Holthuis
2020-04-09appveyor.yml: Remove NSIS installer generation for nowJan Holthuis
2020-04-09appveyor: Switch to Python 3Jan Holthuis
2020-02-11appveyor.yml: Use local patched version of ctest-to-junit.xslJan Holthuis
2020-02-07appveyor.yml: Install cmake on Ubuntu via pipJan Holthuis
2020-02-05appveyor.yml: Remove _ENABLED suffix from option namesJan Holthuis
2020-02-05appveyor.yml: Add ccache support on UbuntuJan Holthuis
2020-02-05appveyor.yml: Add clcache supportJan Holthuis
2020-02-05appveyor.yml: Switch to Ninja build system on WindowsJan Holthuis
2020-02-05appveyor.yml: Split apt install packages into separate linesJan Holthuis
2020-02-05appveyor.yml: Add -L flag to cmake to dump optionsJan Holthuis
2020-02-05appveyor.yml: Split cmake options into separate linesJan Holthuis
2020-02-05appveyor.yml: Disable GTEST_COLOR (interferes with JUnit XML output)Jan Holthuis
2020-02-05appveyor.yml: Disable test output compression in CTest XML fileJan Holthuis
2020-02-05appveyor.yml: Upload test result XMLJan Holthuis
2020-02-05appveyor.yml: Invoke ctest directly instead of using "test" targetJan Holthuis
2020-02-05appveyor.yml: Generate EXE/MSI installers using NSIS/WIXJan Holthuis
2020-02-05appveyor.yml: Set STATIC_DEPS=ON on WindowsJan Holthuis
2020-02-05appveyor.yml: Remove mixxx-test build (included in ALL)Jan Holthuis
2020-02-05appveyor.yml: Fix usage of Release config on WindowsJan Holthuis
2020-02-05appveyor.yml: Use Visual Studio 15 2017 Win64 generatorJan Holthuis
2020-02-05appveyor.yml: Remove Git from %PATH% to avoid wrong linkerJan Holthuis
2020-02-05appveyor.yml: Remove non-working CLI setting of CMAKE_FIND_LIBRARY_PREFIXESJan Holthuis
2020-02-05appveyor.yml: Add .travis.yml and LICENSE to skip_commits/filesJan Holthuis
2020-02-05appveyor.yml: Remove upload of test_results.xml on WindowsJan Holthuis
2020-02-05appveyor.yml: Switch to CMake on WindowsJan Holthuis
2020-02-05appveyor.yml: Remove upload of test_results.xml on UbuntuJan Holthuis
2020-02-05appveyor.yml: Switch to CMake on UbuntuJan Holthuis
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz
2019-06-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
# Conflicts: # .travis.yml
2019-06-08Replace Qt4 with Qt5 dependencies in AppVeyor buildUwe Klotz
2019-03-09Disable FFmpeg 4.x for Ubuntu 18.04Uwe Klotz
2019-02-08Enable SoundSourceFFmpeg4 in AppVeyor CI buildUwe Klotz
2018-12-31appveyor(ubuntu): install libopus dev dependencyStéphane Lepin
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