- 06 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: add VS2019 build job
-
liedtkeInTUM authored
* Problem: if IPC enabled libzmq does not compile when in uwp build * Problem 10.0.##### can be valid windows target versions * Problem: No builds are triggered on uwp platform * Problem: epoll is set before UWP platform is checked * Problem: used wrong CMAKE_SYSTEM_NAME specifier * Problem: build tests fails during cmake configure * Use Win32 build step for Win32-uwp platform * Disable compile options that produce warnings that leads to a ci fail * winnt version is set by cmake, no need for redefinition in windows.hpp * Eliminate all warning according Incremental and opt:icf are specified * Prefer to disable opt flags in debug config rather than incremental linking * CMAKE_GENERATOR should not include uwp definition * Add release build with uwp configuration * Problem: pointer potentially uninitialized
-
- 07 Oct, 2019 1 commit
-
-
somdoron authored
Solution: ignore the line error and continue the build
-
- 23 Aug, 2019 1 commit
-
-
Simon Giesecke authored
Solution: include all *.lib files
-
- 09 Jul, 2019 1 commit
-
-
somdoron authored
Solution: update it
-
- 13 Jun, 2019 1 commit
-
-
somdoron authored
solution: add x64 builds to appveyor
-
- 12 Jun, 2019 1 commit
-
-
somdoron authored
Solution: don't run tests on tags This doesn't break anything, as tags was not built until now. Anyway, when building tags we really care about the release of the packages and not tests
-
- 11 Jun, 2019 2 commits
- 18 Mar, 2019 2 commits
-
-
Simon Giesecke authored
causing heap corruption Solution: remove extra runtime library settings, re-enable failing tests on appveyor
-
Simon Giesecke authored
Solution: add them
-
- 01 Mar, 2019 2 commits
-
-
Simon Giesecke authored
Solution: temporarily skip failing test cases
-
Simon Giesecke authored
Solution: enable warnings-as-errors only on non-analysis builds
-
- 29 Jul, 2018 1 commit
-
-
chymanfx authored
* Problem: No CI for mingw64 Adding CI support for mingw64 to appveyor.yml Reason: To help address the issue: Several checks fail under 64-bit MinGW on Windows when running make check #3185 * Problem: Docs do not build with mingw64, dll already in right place Turning off WITH_DOC for mingw64 Removing copy command for mingw64 and cygwin64 (it now seems to be directly built in "bin" directoy)
-
- 04 Jun, 2018 2 commits
-
-
Simon Giesecke authored
Solution: allow failure of cygwin64 build
-
Simon Giesecke authored
Solution: add cygwin build
-
- 01 Jun, 2018 1 commit
-
-
Simon Giesecke authored
Solution: switch one build to non-draft
-
- 26 May, 2018 3 commits
-
-
Simon Giesecke authored
Solution: run cmake --build --target install instead of msbuild to build on appveyor
-
Simon Giesecke authored
Solution: run some builds only on master or *full-ci* branches
-
Simon Giesecke authored
Solution: disabled parallel testing for these VS versions
-
- 24 May, 2018 4 commits
-
-
Simon Giesecke authored
Solution: skip analysis build in install stage
-
Simon Giesecke authored
Solution: restrict to specific branches
-
Simon Giesecke authored
Solution: add to appveyor jobs
-
Simon Giesecke authored
Solution: Enable VS static analyzer and core guideline checks
-
- 23 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add epoll build job
-
- 22 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: use API_POLLER=poll instead of POLLER=poll
-
- 15 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: set ENABLE_DRAFTS=ON
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: enable warnings-as-errors
-
- 30 Apr, 2018 1 commit
-
-
Luca Boccassi authored
Solution: use 2013 images for all builds bar 2, to test newer versions
-
- 29 Apr, 2018 2 commits
-
-
Luca Boccassi authored
Solution: cache the git repository and build directory
-
Luca Boccassi authored
Solution: add -j flag to run them in paralle, cuts test runtime from ~80 to ~20 seconds
-
- 13 Feb, 2018 2 commits
-
-
Simon Giesecke authored
Solution: use shallow_clone option instead of clone_depth
-
Simon Giesecke authored
Solution: change order of appveyor build jobs to enable faster feedback on more diverse builds
-
- 08 Feb, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add appveyor job
-
- 22 Nov, 2017 2 commits
-
-
Luca Boccassi authored
Solution: use if statements to avoid building it when it's disabled
-
Luca Boccassi authored
Solution: add them to Appveyor
-
- 04 Aug, 2017 1 commit
-
-
Luca Boccassi authored
Solution: remove it. No need to do an additional sodium on - curve off test, as sodium will be disabled anyway
-
- 05 Apr, 2017 1 commit
-
-
Stefan Herbrechtsmeier authored
The AppVeyor build test options mismatch between command line options and CMake CURVE security options. Rename the command line options to the correct names. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
-
- 13 Jan, 2016 1 commit
-
-
Anonymous Maarten authored
Solution: Use stable branch of libsodium
-
- 24 Oct, 2015 1 commit
-
-
Anonymous Maarten authored
problem: not all configurations were built (and some were duplicated) in Windows CI solution: add all correct combinations to appveyor.yml
-