ci: Execute the tests.

This commit is contained in:
Giovanni Mascellani 2023-08-29 22:55:56 +02:00 committed by Alexandre Julliard
parent 52d52ad1b9
commit 229a34b93c
Notes: Alexandre Julliard 2023-08-31 22:48:11 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/318

View File

@ -11,9 +11,9 @@ set -Eeuxo pipefail
rm -fr build rm -fr build
mkdir build mkdir build
cd build cd build
../configure --enable-demos && make -j$(nproc) && make -j$(nproc) crosstest || touch ../pipeline_failed ../configure --enable-demos && make -j$(nproc) && make -j$(nproc) crosstest && make -j$(nproc) check || touch ../pipeline_failed
mkdir -p ../artifacts/$COMMIT mkdir -p ../artifacts/$COMMIT
rsync -Rr doc/* tests/*.exe ../artifacts/$COMMIT rsync -Rr doc/* tests/*.exe test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
git reset --hard git reset --hard