mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Add diagnostics
This commit is contained in:
parent
e15eae012c
commit
44fabfc803
@ -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 | ' +
|
||||
|
Loading…
Reference in New Issue
Block a user