Travis fix
This commit is contained in:
parent
9ceadd44c9
commit
fb07adf7c1
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ TARGET = AmneziaVPN
|
|||
TEMPLATE = app
|
||||
|
||||
# silent builds on CI env
|
||||
contains(DEFINES,$$(CI)){
|
||||
IS_CI=$$(CI)
|
||||
!isEmpty(IS_CI){
|
||||
message("Detected CI env")
|
||||
CONFIG += silent ccache
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue