mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Fix travis config
This commit is contained in:
parent
cb5a1698c9
commit
adee0dfc39
32
.travis.yml
32
.travis.yml
@ -1,22 +1,24 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
|
||||||
# via the "travis encrypt" command using the project repo's public key.
|
|
||||||
- secure: |-
|
- secure: |-
|
||||||
Edkq75sWlKsPhiffnpAYxDm9E9zGg1Hf3rOwSlMZjwS5BmcjU3iteTXfS+cSUbh4YAbgc+
|
Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt
|
||||||
3OK+oKtCg7YV0X7AFmz/YOy0Ch8RXM4p0NxV/+OONjno77MsgFVkV41L2wilp5IXbz8nWl
|
0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr
|
||||||
j/HBbZMLPRqtHqEBHMUKGy4VEKq9sBg=
|
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
|
||||||
|
matrix:
|
||||||
|
- BUILD=Doc
|
||||||
|
- BUILD=Debug
|
||||||
|
- BUILD=Release
|
||||||
|
|
||||||
addons:
|
matrix:
|
||||||
coverity_scan:
|
exclude:
|
||||||
project:
|
- os: osx
|
||||||
name: "cppformat/cppformat"
|
env: BUILD=Doc
|
||||||
description: "Small, safe and fast formatting library for C++"
|
|
||||||
notification_email: victor.zverovich@gmail.com
|
|
||||||
build_command_prepend: cmake .
|
|
||||||
build_command: make -j4
|
|
||||||
branch_pattern: coverity
|
|
||||||
|
|
||||||
script: true
|
script:
|
||||||
|
- support/travis-build.py
|
||||||
|
Loading…
Reference in New Issue
Block a user