Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jun 29, 2023
1 parent 8f2f1d5 commit 3a16e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run build-wrapper
run: |
gcc --version
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make MAPSERVER_LIB_DIR=/opt/metwork-mfext-2.1/opt/mapserver/lib PREFIX=/opt/metwork-mfext-2.1/opt/mapserver clean all test
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} /opt/metwork-mfext-2.1/bin/mfext_wrapper layer_wrapper --layers=mapserver@mfext -- make MAPSERVER_LIB_DIR=/opt/metwork-mfext-2.1/opt/mapserver/lib PREFIX=/opt/metwork-mfext-2.1/opt/mapserver clean all test
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3a16e16

Please sign in to comment.