Skip to content

Commit

Permalink
Merge pull request #132 from hpyproject/feature/try-cppcheck-latest-edge
Browse files Browse the repository at this point in the history
Install cppcheck from latest/edge.
  • Loading branch information
hodgestar committed Dec 8, 2020
2 parents 4a6bf38 + a34c343 commit 3b500b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-templates/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- script: echo "##vso[task.setvariable variable=CPPCHECK_BUILD_DIR]${{ parameters.CPPCHECK_BUILD_DIR }}"
displayName: Set CPPCHECK_BUILD_DIR to ${{ parameters.CPPCHECK_BUILD_DIR }}

- script: sudo snap install cppcheck --channel=latest/stable
- script: sudo snap install cppcheck --channel=latest/edge
displayName: Install CPPCheck

- task: Cache@2
Expand Down

0 comments on commit 3b500b6

Please sign in to comment.