Merge pull request #1677 from taosdata/hotfix/fix-coverity-scan-build-command

fix make sequence for coverity_scan.
This commit is contained in:
slguan 2020-04-22 15:51:41 +08:00 committed by GitHub
commit 404da490d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ matrix:
# Commands to prepare for build_command # Commands to prepare for build_command
# ** likely specific to your build ** # ** likely specific to your build **
build_command_prepend: cmake .. build_command_prepend: cmake .
# The command that will be added as an argument to "cov-build" to compile your project for analysis, # The command that will be added as an argument to "cov-build" to compile your project for analysis,
# ** likely specific to your build ** # ** likely specific to your build **