open log while compile in clang

This commit is contained in:
Shengliang Guan 2020-08-01 02:11:30 +00:00
parent 592b71484d
commit f9614aa8c9
1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ matrix:
- cd debug
script:
- cmake .. > /dev/null
- make > /dev/null
- cmake ..
- make
- os: linux
arch: arm64