1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: enable again failing on Doom visual mismatches. Increase Xvfb screen size in c2v.yml (better see Doom screenshots when there is a difference)

This commit is contained in:
Delyan Angelov 2022-09-09 17:48:59 +03:00
parent ca36284612
commit e7725bb340
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -120,7 +120,7 @@ jobs:
id: compare
continue-on-error: true
run: |
Xvfb $DISPLAY -screen 0 640x480x24 &
Xvfb $DISPLAY -screen 0 800x600x24 &
sleep 1 # give xvfb time to start
v gret -r ~/code/doom -t ./doom-regression-images/vgret.doom.toml -v ./doom-sample_images ./doom-regression-images
@ -129,4 +129,4 @@ jobs:
run: |
./imgur.sh /tmp/fail.png
./imgur.sh /tmp/diff.png
exit 0
exit 1