aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-08-05 18:39:01 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-08-05 18:51:59 +0200
commit6cdbfa57a16eac463d66afcd2e1678d19a6c83bb (patch)
tree23ae89b97637d6bf7933fab72ae675504839dc8e
parentdc841574af54d59ca8cfd0aa30fcc471c598dbbb (diff)
Fixed broken SonarCloud-CI.fix/sonarcloud-ci
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.github/workflows/build.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 43d835039..cfb81fef8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: SonarCloud Scan
- uses: SonarSource/sonarcloud-github-action@master
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file
+ - name: Configure
+ run: ./autogen.sh
+ - name: Build
+ run: make