Skip to content

Commit

Permalink
Merge pull request #2097 from bitshares/release332
Browse files Browse the repository at this point in the history
Merge release332 branch to master branch for SonarQube cache
  • Loading branch information
abitmore committed Feb 7, 2020
2 parents a7f4f07 + 1eae4d4 commit 8b7542e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,6 +1,9 @@
language: c++

cache: ccache
cache:
ccache: true
directories:
- sonar_cache

git:
depth: 1
Expand Down
2 changes: 2 additions & 0 deletions sonar-project.properties
Expand Up @@ -12,6 +12,8 @@ sonar.sources=libraries,programs
sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.gcov.reportsPath=.
sonar.cfamily.threads=2
sonar.cfamily.cache.enabled=true
sonar.cfamily.cache.path=sonar_cache

# should be changed in hardfork branch and removed in release branches
sonar.branch.target=develop

0 comments on commit 8b7542e

Please sign in to comment.