mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 15:21:04 +00:00
Remove diagnostics and re-enable build configs
This commit is contained in:
parent
efba235246
commit
dfe2a65b5d
@ -2,7 +2,7 @@ language: cpp
|
|||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
#- osx
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -12,8 +12,8 @@ env:
|
|||||||
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
|
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD=Doc
|
- BUILD=Doc
|
||||||
#- BUILD=Debug
|
- BUILD=Debug
|
||||||
#- BUILD=Release
|
- BUILD=Release
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -15,7 +15,6 @@ def rmtree_if_exists(dir):
|
|||||||
build = os.environ['BUILD']
|
build = os.environ['BUILD']
|
||||||
if build == 'Doc':
|
if build == 'Doc':
|
||||||
travis = 'TRAVIS' in os.environ
|
travis = 'TRAVIS' in os.environ
|
||||||
print("Has key {}".format('KEY' in os.environ))
|
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
if travis:
|
if travis:
|
||||||
check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | ' +
|
check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user