mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fight the screen saver on CircleCI
This commit is contained in:
@@ -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-mac.zip
|
||||
@@ -33,4 +36,4 @@ dependencies:
|
||||
|
||||
test:
|
||||
override:
|
||||
- script/test
|
||||
- caffeinate -s script/test # Run with caffeinate to prevent screen saver
|
||||
|
||||
Reference in New Issue
Block a user