sonarcloud

This commit is contained in:
Christopher A. Mosher 2022-11-02 22:12:17 -04:00
parent ff65a6da9b
commit baa15ca8b0
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ jobs:
SONAR_SERVER_URL: "https://sonarcloud.io"
BUILD_WRAPPER_OUT_DIR: "build_wrapper_output_directory"
steps:
- name: "Prepare runner"
run: |
set -x
sudo apt-get update -qqqq
sudo apt-get install -qqqq libsdl2-dev tree
- uses: "actions/checkout@v2"
with:
fetch-depth: 0