mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
ci: Store config.log as a build artifact.
This commit is contained in:
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
@ -19,6 +19,6 @@ cd build
|
||||
touch ../pipeline_failed
|
||||
|
||||
mkdir -p ../artifacts/$COMMIT
|
||||
rsync -Rr tests/*.exe ../artifacts/$COMMIT
|
||||
rsync -Rr config.log tests/*.exe ../artifacts/$COMMIT
|
||||
|
||||
git reset --hard
|
||||
|
@ -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
|
||||
|
@ -17,6 +17,6 @@ cd build
|
||||
touch ../pipeline_failed
|
||||
|
||||
mkdir -p ../artifacts/$COMMIT
|
||||
rsync -Rr test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
|
||||
rsync -Rr config.log test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
|
||||
|
||||
git reset --hard
|
||||
|
@ -19,6 +19,7 @@ cp -r /usr/include/vulkan /usr/include/vk_video /usr/include/spirv vulkan-header
|
||||
touch ../pipeline_failed
|
||||
|
||||
mkdir -p ../artifacts/$COMMIT
|
||||
cp config.log ../artifacts/$COMMIT
|
||||
cp destdir/usr/local/bin/* ../artifacts/$COMMIT
|
||||
|
||||
git reset --hard
|
||||
|
Loading…
Reference in New Issue
Block a user