Commit Graph

18 Commits

Author SHA1 Message Date
Georges Dupéron
532140f5fc Use only mktemp -d, as it is near-impossible to get mktemp to create a file with a suffix (extension) on macos 2018-07-25 09:50:10 +02:00
Georges Dupéron
cea641936a mktemp: behaviour is too different between mac and linux, factored out workarounds to a separate .sh 2018-07-25 09:50:10 +02:00
Georges Dupéron
f16410b718 macos: mktemp does not accept --suffix option, use a template instead 2018-07-25 09:50:10 +02:00
Georges Dupéron
47a7cf82b1 There seems to sometimes be an issue when creating the animation with the parallel build. Added more debug output, increased timeout. 2018-07-09 00:22:37 +02:00
Georges Dupéron
c5a140661d Increase delays to avoid the black bakground 2018-07-08 23:10:30 +02:00
Georges Dupéron
a1a80feeea Remove artificial slowdown of ansi screenshots, use an ASCII character instead of an UTF-8 one to avoid corruption by travis. Cleanup. 2018-07-08 22:14:12 +02:00
Georges Dupéron
7b5a320bc0 Cleanup temporary files, put twm session file in a temporary directory instead of ~ 2018-07-07 18:50:11 +02:00
Georges Dupéron
184d52101e Use twm instead of fluxbox, as fluxbox insists on drawing a background, and any configuration attempt fails half of the time. 2018-07-07 18:09:58 +02:00
Georges Dupéron
5daa80a125 Fixed typo (missing "test" command); moved screenshot loop to a separate script 2018-07-07 16:06:30 +02:00
Georges Dupéron
4c5c0cfa53 Don't create .gif if no screenshots were taken 2018-07-05 22:41:02 +02:00
Georges Dupéron
059fc30af1 Save an animation to help with debugging, increase delay after fbsetbg 2018-07-04 01:30:21 +02:00
Georges Dupéron
0eb453bebb Add a small delay after fbsetbg 2018-07-04 00:53:00 +02:00
Georges Dupéron
d5464b0227 Use fbsetbg since the fluxbox version on Travis consistently overwrites configuration files with the defaults 2018-07-04 00:30:27 +02:00
Georges Dupéron
dede351e63 Fix fluxbox wallpaper (and change it to be a checkerboard) 2018-07-03 20:02:43 +02:00
Georges Dupéron
9ec290845a Make the OS file readonly, to prevent the "Text file busy" error (executed as a linux shell script + open for writing by another process) 2018-07-03 19:44:10 +02:00
Georges Dupéron
96727b4241 Enable error-detection (set -e) in all .sh scripts 2018-07-03 15:06:32 +02:00
Georges Dupéron
1c27435169 Changed the xvfb resolution so that the window title bar is visible, removed fluxbox's background picture 2018-07-03 00:00:32 +02:00
Georges Dupéron
1c13c98ef0 Take better screenshots; reorganized files 2018-06-29 08:54:45 +02:00