mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 15:35:55 +00:00
Build project and tests in action
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
uses: SonarSource/sonarcloud-github-c-cpp@v1
|
uses: SonarSource/sonarcloud-github-c-cpp@v1
|
||||||
- name: Tests & build-wrapper
|
- name: Tests & build-wrapper
|
||||||
run: |
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cmake -S . -B build -Wno-dev
|
||||||
|
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
|
||||||
cd tests
|
cd tests
|
||||||
mkdir build
|
mkdir build
|
||||||
cmake -S . -B build -Wno-dev
|
cmake -S . -B build -Wno-dev
|
||||||
|
Reference in New Issue
Block a user