Commit Graph

44 Commits

Author SHA1 Message Date
Frank Richter
164b3a9667 Pass build config to CMake invocation in Windows pipeline jobs 2021-12-21 16:20:59 +01:00
Daan
2a4ad02d27
Merge branch 'dev' into random-context-macos 2021-12-15 16:57:25 -08:00
daan
73ced777dd upgrade macos to latest 2021-12-14 18:42:10 -08:00
Jim Huang
71b2c441bb CI: Update the macOS image to version 10.15 2021-06-25 10:09:19 +08:00
Daan
d98ffca987
fix indentation 2021-01-30 17:14:11 -08:00
Daan
b61996184e
Use explicit trigger syntax 2021-01-30 17:11:02 -08:00
daan
e1b4f036ca fix indentation in pipeline script 2020-09-06 09:10:38 -07:00
daan
f28f41f530 better ctest invocation on pipelines 2020-09-06 09:09:00 -07:00
daan
e740242978 link with advapi32 on windows 2020-09-06 08:29:08 -07:00
daan
a9ad0cb68d comment out vs2017 pipeline 2020-09-05 22:36:59 -07:00
daan
dd0ce3c414 specify x64 for vs2017 pipeline 2020-09-05 22:31:59 -07:00
daan
d3aeb6253b fix vs2017 pipeline vmimage 2020-09-05 22:22:37 -07:00
daan
c34f303aa0 add vs2017 pipeline 2020-09-05 22:20:46 -07:00
daan
aec70a04a6 disable win pipeline again 2020-09-05 18:04:34 -07:00
daan
33a45f3f47 try ctest in windows pipeline again with increased stack per thread 2020-09-05 18:02:21 -07:00
daan
cc32ede5d2 disable test stress on windows pipeline again 2020-09-05 12:41:06 -07:00
daan
7d9a878a9d test stress in windows pipeline 2020-09-05 12:38:25 -07:00
daan
44ba0d254b disable windows test in azure pipeline for now until we can reproduce 2020-09-05 11:47:27 -07:00
daan
78f1f9bd5e reduce stress workload for windows pipeline 2020-09-05 11:16:40 -07:00
daan
694315fbe4 disable test in windows pipeline 2020-09-05 11:08:41 -07:00
daan
39948bce78 upload test artifact for the windows pipeline build 2020-09-05 11:04:55 -07:00
daan
2236b712f4 add test timeout on windows pipeline 2020-09-05 10:34:41 -07:00
daan
551831ba1c ctest output verbose on windows pipeline 2020-09-05 10:30:54 -07:00
daan
ccb51c6abe disable artifact uploading in dev 2020-05-05 10:46:39 -07:00
daan
775e1bfd7a allow uploading artifacts for master branch 2020-05-05 10:38:25 -07:00
Daan Leijen
1f8cc50c6b disable artifact uploading for now as it exceeds the storage space 2020-04-24 07:48:22 -07:00
Jiaye Wu
6f03be2d3a
Fix Windows builds on Azure Pipelines
Currently, all Windows builds are using `Debug|x64` configuration. For example, you can see the CTest steps with Release build cost 20+ seconds, which means it is using the debug binary.
2020-04-14 12:54:35 +08:00
daan
f750e793ff ensure unique build names for C++ azure pipeline jobs 2020-01-16 16:52:44 -08:00
daan
5c82b459d6 enable debug clang++ compilation in azure pipelines 2020-01-16 16:49:59 -08:00
daan
3447debf26 add Linux gcc C++ build to azure pipeline 2020-01-16 16:08:23 -08:00
daan
be10ebea35 build debug and secure versions on macOS in Azure pipelines 2020-01-08 23:54:56 -08:00
daan
313d4b8ffd fix test on Windows in azure pipelines 2020-01-08 23:47:40 -08:00
daan
7575b58d7a fix test on Windows in azure pipelines 2020-01-08 23:46:56 -08:00
daan
ce3f327f21 add test pass to Windows build 2020-01-08 23:40:57 -08:00
daan
403276d11e build release and debug build on Windows 2020-01-08 23:32:42 -08:00
daan
7586225fc5 add secure build to azure pipeline 2019-11-21 16:10:21 -08:00
daan
4e6249fd12 azure pipelines better display name, fix c++ compiler 2019-07-10 22:44:36 -07:00
daan
3bef93698b remove publish test, add clang config 2019-07-10 22:41:53 -07:00
daan
6577e0e9fd add test results task to azure pipeline 2019-07-10 22:35:39 -07:00
daan
67bed283aa fix azure pipeline script; remove mapping value 2019-07-10 22:23:18 -07:00
daan
9fabd1ea01 fix azure pipeline script 2019-07-10 22:22:44 -07:00
daan
a5179d1125 fix azure pipeline script 2019-07-10 22:21:08 -07:00
daan
df8f9fc59c Add test to build pipeline 2019-07-10 22:13:34 -07:00
Johannes Schindelin
b2706a05bb Set up CI with Azure Pipelines
This sets up an Azure Pipeline to build the library, publishing
the artifacts for convenience.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-06-25 10:24:44 +02:00