Commit Graph

55 Commits

Author SHA1 Message Date
Daan
cf10af7824 re-enable tsan test in azure pipelines 2024-06-03 21:07:48 -07:00
daanx
4a867ffd98 disable tsan as it times out on the azure pipeline 2023-04-17 12:24:01 -07:00
daanx
93175c9871 increase pipeline timeout to 10min for tsan 2023-04-17 11:36:11 -07:00
daanx
aa1ba045ac increase pipeline timeout for tsan 2023-04-17 10:19:40 -07:00
Daan Leijen
068d1d8842 increase timeout in pipeline for linux for tsan run 2023-03-29 12:27:22 -07:00
Daan Leijen
0ca31d2db1 fix pipeline for tsan 2023-03-29 12:20:29 -07:00
Daan Leijen
8e6a475386 add ubsan and tsan to pipeline 2023-03-29 12:13:59 -07:00
Daan Leijen
e1e1e25d21 add ASAN to pipeline 2023-03-29 11:52:46 -07:00
Johannes Schindelin
745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
daan
56ab9ee06a update azure pipeline to ubuntu 22.04 2022-11-07 14:55:36 -08:00
Daan Leijen
8d6a9df752 update windows pipeline to 2022 2022-04-14 16:47:43 -07:00
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