Module: vkd3d Branch: master Commit: 229a34b93cf41ed63b03d105c0d7f831da0adf98 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/229a34b93cf41ed63b03d105c0d7f8...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Tue Aug 29 22:55:56 2023 +0200
ci: Execute the tests.
---
gitlab/build-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitlab/build-linux b/gitlab/build-linux index 1b7a7a5b..4162442d 100755 --- a/gitlab/build-linux +++ b/gitlab/build-linux @@ -11,9 +11,9 @@ set -Eeuxo pipefail rm -fr build mkdir 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 -rsync -Rr doc/* tests/*.exe ../artifacts/$COMMIT +rsync -Rr doc/* tests/*.exe test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT
git reset --hard