Commit graph

91 commits

Author SHA1 Message Date
Snaipe
ee4e811bd0 Removed parallelization on mingw builds on appveyor 2015-09-27 14:15:23 +02:00
Snaipe
670e923b3f Reduced number of cmake parallel jobs on appveyor to 2 2015-09-27 14:06:23 +02:00
Snaipe
906fec9444 Added parallel building and testing to speed up builds 2015-09-27 13:59:40 +02:00
Snaipe
f90131d6be Fixed invalid platform name for x64 in appveyor config 2015-09-23 00:59:12 +02:00
Snaipe
d05d71bbd5 Renamed TESTS cmake option to CTESTS 2015-09-22 00:16:45 +02:00
Snaipe
86a1707b75 Added cmake option to turn on/off tests (off by default) 2015-09-21 23:26:47 +02:00
Snaipe
3148348c37 [v2.1.0] Merge branch 'bleeding' (Version release) 2015-09-21 22:35:34 +02:00
Snaipe
e57e81bf89 [Issue #52] Added Release and RelWithDebInfo configuration targets for CI builds 2015-09-21 20:09:43 +02:00
Snaipe
b655e3b1f2 Merge branch 'patch' into bleeding (Fixes #50) 2015-09-20 12:49:49 +02:00
Snaipe
d93f0c9faf [v2.0.2] Merge branch 'patch' (Fixes #50) 2015-09-20 12:45:35 +02:00
Snaipe
981e63f63b Merge branch 'patch' into bleeding (Fixes critical issue) 2015-09-19 14:55:20 +02:00
Snaipe
9f8d297f05 [v2.0.1] Merge branch 'patch' (Fixes critical issue) 2015-09-19 14:49:05 +02:00
Snaipe
2a1ad1311a Cleaned up CI configs 2015-09-16 01:43:26 +02:00
Snaipe
d75eb4f038 [v2.0.0] Merge branch 'bleeding' (Version release) 2015-09-14 04:27:58 +02:00
Snaipe
343678a020 Removed samples building from 'all' target 2015-09-09 19:19:58 +02:00
Snaipe
5e4c9beaa8 Added Debug directory to path for appveyor builds 2015-09-09 02:15:13 +02:00
Snaipe
1658c4ed72 Fixed artifacts releases on appveyor 2015-09-07 11:16:31 +02:00
Snaipe
f31a7b90d5 Cleaned up appveyor config 2015-09-07 11:04:33 +02:00
Snaipe
ffd6c5a5e7 Revert "Added RDP details for Appveyor VM debugging."
This reverts commit 4b2fb35d31.
2015-09-07 05:42:29 +02:00
Snaipe
91200ed8dd Changed path ordering to include C:\MinGW\bin before anything else 2015-09-07 05:35:32 +02:00
Snaipe
4b2fb35d31 Added RDP details for Appveyor VM debugging. 2015-09-07 05:27:00 +02:00
Snaipe
7fca89739f Removed fast-fail flag for appveyor builds 2015-09-07 05:17:27 +02:00
Snaipe
04523d303f Fixed artifacts being pushed when there is no git tag 2015-09-06 03:42:03 +02:00
Snaipe
2e1ac26f5a Trying to fix the 7z command 2015-09-06 03:16:17 +02:00
Snaipe
e42c57fdac Cleaned up appveyor config 2015-09-06 02:56:47 +02:00
Snaipe
d65b1c951d Copy the missing criterion.dll into the samples & test build directories 2015-09-06 02:42:38 +02:00
Snaipe
c0c80d5888 Fixed environment variables not being expanded in ps script in appveyor config 2015-09-06 02:28:41 +02:00
Snaipe
44452bc466 Use 7z rather than tar to package the artifacts 2015-09-06 02:18:12 +02:00
Snaipe
745d6be229 Use cmd for build command 2015-09-06 02:08:34 +02:00
Snaipe
507c3183e6 Run MinGW build before MSVC 2015-09-06 02:04:06 +02:00
Snaipe
19ecd3818e Changed build conditions to use cmake --build 2015-09-06 01:54:23 +02:00
Snaipe
3f8e179a74 Fixed || not being recognised in powershell script 2015-09-06 01:45:10 +02:00
Snaipe
b3d8ed244f Fixed typo in configuration property in appveyor yml 2015-09-06 01:37:22 +02:00
Snaipe
e491207920 Added -Wno-dev warning remover for CI builds 2015-09-06 01:29:31 +02:00
Snaipe
c8db617e57 Disabling Coveralls altogether in appveyor builds 2015-09-06 01:25:35 +02:00
Snaipe
99385e2f38 Added msvc builds to appveyor 2015-09-06 01:22:58 +02:00
Snaipe
a630645b5e Trying to clean up appveyor config 2015-09-06 01:09:28 +02:00
Snaipe
5b840e546e Removed windows coverage until coveralls knows how to merge multiple CI reports 2015-09-04 03:33:27 +02:00
Snaipe
164f334ea1 Included submodule update in cmake module 2015-09-04 03:03:40 +02:00
Snaipe
16aae06e79 Made the build system also build the dependencies 2015-09-04 02:47:06 +02:00
Snaipe
e0948aba7a Trying to fix dyncall installation on windows 2015-09-03 18:46:56 +02:00
Snaipe
d8668e3ed8 Added cmake dyncall dependency search 2015-09-03 18:26:32 +02:00
Snaipe
06e87bf592 Added dyncall dependency installation 2015-09-03 18:09:59 +02:00
Snaipe
60e84a48fe Switched appveyor platform to x86_64 2015-08-20 06:37:01 +02:00
Snaipe
5f8fcbc56b Changed ugly git reset --hard to git checkout -B 2015-08-20 06:30:23 +02:00
Snaipe
054bd4ebea Cleaned up environment variables and added coveralls service name 2015-08-20 06:22:10 +02:00
Snaipe
9fd4dc3dd5 Cleaned up appveyor build config 2015-08-20 05:52:52 +02:00
Snaipe
49e94f5b88 Added appveyor deployment 2015-08-20 05:40:25 +02:00
Snaipe
3869b864d3 Bump version: 1.3.0 → 1.3.1 2015-08-05 07:13:56 +02:00
Snaipe
4e36f68ff3 [v1.3.0] Merge branch 'bleeding' (Version release)
Changelog:
criterion: version 1.3.0
* Turned the library into a shared library.
* Added extended globbing for --pattern (requires PCRE)
* Switched to a CMake build system
* Fixed windows builds & output
* Added basic windows SEH-to-signal translator
2015-08-05 06:56:27 +02:00