Fight the screen saver on CircleCI

This commit is contained in:
Nathan Sobo
2016-08-13 13:12:23 -06:00
parent d47fd28c86
commit 66d66508c1

View File

@@ -7,6 +7,9 @@ machine:
xcode:
version: 7.3
post:
- osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
general:
artifacts:
- out/Atom.zip
@@ -33,7 +36,7 @@ dependencies:
test:
override:
- script/grunt ci
- caffeinate -s script/grunt ci # Run with caffeinate to prevent screen saver
post:
- zip -r out/Atom.zip out/Atom.app