mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Add diagnostics
This commit is contained in:
@ -15,6 +15,7 @@ def rmtree_if_exists(dir):
|
||||
build = os.environ['BUILD']
|
||||
if build == 'Doc':
|
||||
travis = 'TRAVIS' in os.environ
|
||||
print("Has key {}".format('KEY' in os.environ))
|
||||
# Install dependencies.
|
||||
if travis:
|
||||
check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | ' +
|
||||
|
Reference in New Issue
Block a user