mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Show colors on AppVeyor
This commit is contained in:
parent
1c3c0ad255
commit
24a8ade114
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace vtil::logger
|
|||
{
|
||||
#if _WIN64
|
||||
SetConsoleOutputCP( CP_UTF8 );
|
||||
ansi_escape_codes = std::getenv( "GITLAB_CI" ) != nullptr;
|
||||
ansi_escape_codes = std::getenv( "GITLAB_CI" ) != nullptr || std::getenv( "APPVEYOR" ) != nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue