projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69651bf
)
CI: Save the Meson logs as downloadable files
author
Adrian Perez de Castro
<aperez@igalia.com>
Tue, 6 Aug 2019 09:25:29 +0000
(12:25 +0300)
committer
Ran Benita
<ran234@gmail.com>
Fri, 9 Aug 2019 20:01:27 +0000
(23:01 +0300)
This uploads the files saves to meson-build/meson-logs/ and associates
them to the pipeline task, which makes them availabl for download in the
Azure Pipelines web interface.
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index 09a417cab8737b46cb8f4e17324bc4a100a7ee02..bfcf219bce8f3acf3d3d80c646851170bc1a0715 100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-27,4
+27,7
@@
jobs:
ninja -C meson-build
meson test -C meson-build --print-errorlogs \
--wrap='valgrind --leak-check=full --track-origins=yes --error-exitcode=99'
+ for file in "$(pwd)"/meson-build/meson-logs/* ; do
+ echo "##vso[task.uploadfile]${file}"
+ done
displayName: 'Meson'