Skip to content
Snippets Groups Projects
Commit b022425d authored by alice's avatar alice
Browse files

community/dotnet6-build: add a debug output for cmake

parent 767bf411
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,10 @@ build() { ...@@ -309,7 +309,10 @@ build() {
./build.sh \ ./build.sh \
--with-sdk "$_cli_root" \ --with-sdk "$_cli_root" \
--with-packages "$_artifactsdir" \ --with-packages "$_artifactsdir" \
-- $args -- $args || {
find . -name "CMakeConfigureLog.yaml" -type f -exec sh -c 'echo logfile: $1; cat $1' - {} \;
return 1
}
} }
check() { check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment