mirror of
				https://git.shylie.info/shylie/glerminal.git
				synced 2025-10-24 22:10:15 +00:00 
			
		
		
		
	Another attempt at fixing xvfb-run issue
This commit is contained in:
		| @@ -23,11 +23,9 @@ jobs: | ||||
|         run: cmake -S curr -B curr/build -DGLERMINAL_TEST=ON && cmake --build curr/build | ||||
|       - name: Build previous | ||||
|         run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build | ||||
|       - name: Export XDG_RUNTIME_DIR | ||||
|         run: export XDG_RUNTIME_DIR=$PWD | ||||
|       - name: Generate PNG file for curr | ||||
|         run: cd curr/build/tests && xvfb-run -a ./test-basic | ||||
|         run: XDG_RUNTIME_DIR=$(PWD) cd curr/build/tests && xvfb-run -a ./test-basic | ||||
|       - name: Generate PNG file for prev | ||||
|         run: cd prev/build/tests && xvfb-run -a ./test-basic | ||||
|         run: XDG_RUNTIME_DIR=$(PWD) cd prev/build/tests && xvfb-run -a ./test-basic | ||||
|       - name: Compare PNG files | ||||
|         run: diff curr/build/tests/image.png prev/build/tests/image.png | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shylie
					Shylie