mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
linux: Install libgnome-keyring-dev on travis CI.
This commit is contained in:
@@ -13,6 +13,9 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
def main():
|
||||
os.environ['CI'] = '1'
|
||||
|
||||
if os.environ['TRAVIS'] == 'true' and sys.platform == 'linux2':
|
||||
subprocess.check_call(['sudo', 'apt-get', 'install', 'libgnome-keyring-dev'])
|
||||
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'out'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'node_modules'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'frameworks'))
|
||||
|
||||
Reference in New Issue
Block a user