This commit is contained in:
parent
c168e795a4
commit
09d5acc983
@ -24,8 +24,8 @@ jobs:
|
|||||||
- name: Build previous
|
- name: Build previous
|
||||||
run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build
|
run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build
|
||||||
- name: Generate PNG file for curr
|
- name: Generate PNG file for curr
|
||||||
run: DISPLAY=:0 curr/build/tests/test-basic
|
run: DISPLAY=:0 cd curr/build/tests && ./test-basic
|
||||||
- name: Generate PNG file for prev
|
- name: Generate PNG file for prev
|
||||||
run: DISPLAY=:0 prev/build/tests/test-basic
|
run: DISPLAY=:0 cd prev/build/tests && ./test-basic
|
||||||
- name: Compare PNG files
|
- name: Compare PNG files
|
||||||
run: diff curr/build/tests/image.png prev/build/tests/image.png
|
run: diff curr/build/tests/image.png prev/build/tests/image.png
|
||||||
|
Loading…
Reference in New Issue
Block a user