Commit Graph

21 Commits

Author SHA1 Message Date
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