mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-05 12:05:11 +00:00
sonarcloud
This commit is contained in:
parent
ff65a6da9b
commit
baa15ca8b0
5
.github/workflows/sonarcloud.yaml
vendored
5
.github/workflows/sonarcloud.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user