ci: Store config.log as a build artifact.

This commit is contained in:
Giovanni Mascellani
2023-09-28 10:15:30 +02:00
committed by Alexandre Julliard
parent fd6c6895d6
commit ef77d78a39
Notes: Alexandre Julliard 2023-10-02 22:33:40 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/377
4 changed files with 4 additions and 3 deletions

View File

@@ -17,6 +17,6 @@ cd build
touch ../pipeline_failed
mkdir -p ../artifacts/$COMMIT
rsync -Rr doc/* test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
rsync -Rr config.log doc/* test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
git reset --hard