File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 - name : CMake tests
5454 run : cmake -B gh-build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="conan_provider.cmake" -DCONAN_INSTALL_ARGS="-o=tests=True;--settings=compiler.cppstd=gnu23;--build=missing;--version=1.0.1-1"
5555 - name : Build Wrapper
56- run : cd test && build-wrapper-linux-x86-64 --out-dir sonar-out cmake --build gh-build
56+ run : build-wrapper-linux-x86-64 --out-dir sonar-out cmake --build gh-build
5757 - name : Sonar Scanner
58- run : cd test && sonar-scanner --define sonar.cfamily.compile-commands=sonar-out/compile_commands.json
58+ run : sonar-scanner --define sonar.cfamily.compile-commands=sonar-out/compile_commands.json
5959 env :
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
6262 - name : Run Tests
63- run : cd test/ gh-build && ./sigslot-test
63+ run : cd gh-build && ./sigslot-test
6464 - name : Create package (Debug)
6565 run : conan create . -s build_type=Debug -s compiler.cppstd=gnu23 -b missing --version=${{ env.VERSION }}
6666 - name : Create package (Release)
You can’t perform that action at this time.
0 commit comments