summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2020-09-20Merge pull request #2962 from Holzhaus/keyfinder-cmakeUwe Klotz
KeyFinder: Add CMake ExternalProject support and bake it in by default
2020-09-06AppveyorL Disable Keyfinder on Windows (due to missing FFTW)Jan Holthuis
2020-08-23AppVeyor: do not post Zulip notifications for PR buildsBe
These are more annoying than useful.
2020-08-14Appveyor: Disable keyfinder for Windows builds (missing FFTW)Jan Holthuis
2020-08-11Merge pull request #3010 from Holzhaus/ctest-timeoutUwe Klotz
CMake: Increase CTest timeout
2020-08-11Travis/Appveyor CI: Set CTest timeout to 45 seconds for CI buildsJan Holthuis
2020-08-08AppVeyor: Check if requirements for codesigning are metJan Holthuis
This fixes the Windows builds for private forks.
2020-08-05AppVeyor: revise Zulip webhook notificationsBe
2020-08-05AppVeyor: fix Zulip webhookBe
2020-08-05AppVeyor: improve Zulip notificationsBe
2020-08-01Add a PKCS12 Windows code signing certificate and sign exe/msi artifacts.RJ Ryan
This certificate is encrypted with AppVeyor's "secure files" tool: https://www.appveyor.com/docs/how-to/secure-files/ The secret, salt and password in appveyor.yml are encrypted with AppVeyor's repository-specific public key. During AppVeyor builds, the environment variables are set to the decrypted value of the secret, salt, and password which allows us to decrypt the PKCS12 file and then decrypt the private key within the PKCS12 file. The private key in the PKCS12 file itself is encrypted with PBE-SHA1-3DES, since apparently Windows does not support AES.
2020-07-24Appveyor CI: Enable KeyFinder supportJan Holthuis
2020-07-19AppVeyor: only send Zulip notifications when status changesBe
to reduce noise
2020-07-02appveyor.yml: Use offscreen buffer for running testsJan Holthuis
2020-06-30Merge pull request #2866 from uklotzde/libebur128Jan Holthuis
libebur128: Enable dynamic linking on Debian/Ubuntu
2020-06-23AppVeyor/Travis: Omit features instead of explicitly disabling (OFF)Uwe Klotz
2020-06-21AppVeyor/Travis: Explicitly set CMAKE_BUILD_TYPE=ReleaseUwe Klotz
2020-06-21Update comments about future CI releasesUwe Klotz
2020-06-21Add TODO about DEBUG_ASSERTIONS_FATAL=ON/OFFUwe Klotz
2020-06-21libebur128: Enable dynamic linking on Debian/UbuntuUwe Klotz
2020-06-21AppVeyor: Enable WARNINGS_FATAL for Ubuntu2004Uwe Klotz
2020-06-21AppVeyor: Explicitly specify all build optionsUwe Klotz
2020-06-20AppVeyor: Remove Ubuntu 18.04 buildUwe Klotz
This is not needed, because we already build Ubuntu 18.04 on Travis.
2020-06-20AppVeyor: Remove obsolete installation of gdbUwe Klotz
2020-06-20AppVeyor: Enable shallow_cloneUwe Klotz
2020-06-20AppVeyor: Add Ubuntu 20.04 buildUwe Klotz
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