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

vgret: add support for config via toml and root path (#12821)

This commit is contained in:
Larpon
2021-12-13 19:58:31 +01:00
committed by GitHub
parent cb4c67588c
commit b1a9bf29db
3 changed files with 291 additions and 111 deletions

View File

@@ -44,7 +44,7 @@ jobs:
continue-on-error: true
run: |
Xvfb $DISPLAY -screen 0 1280x1024x24 &
./v gret -v ./gg-sample_images ./gg-regression-images
./v gret -t ./gg-regression-images/vgret.v_examples.toml -v ./gg-sample_images ./gg-regression-images
- name: Upload regression to imgur
if: steps.compare.outcome != 'success'