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:
parent
ca36284612
commit
e7725bb340
4
.github/workflows/c2v.yml
vendored
4
.github/workflows/c2v.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
|||||||
id: compare
|
id: compare
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
Xvfb $DISPLAY -screen 0 640x480x24 &
|
Xvfb $DISPLAY -screen 0 800x600x24 &
|
||||||
sleep 1 # give xvfb time to start
|
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
|
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: |
|
run: |
|
||||||
./imgur.sh /tmp/fail.png
|
./imgur.sh /tmp/fail.png
|
||||||
./imgur.sh /tmp/diff.png
|
./imgur.sh /tmp/diff.png
|
||||||
exit 0
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user