Skip to content

Commit

Permalink
Add print to cmake for debug
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed May 23, 2024
1 parent b439a16 commit fbc29d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- src/**
- include/**
- scripts/cmake/**
- .github/** # only for testing this PR

# execute on every push made targeting the branches bellow
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cmake --build build --target ALL_BUILD --config Release
dir D:/a/qc-framework/qc-framework/build/src/report_modules/report_module_gui/Release/
cat ""$workingPath\qc-framework\qc-framework\build\src\report_modules\cmake_install.cmake"
cmake --install build
Expand Down

0 comments on commit fbc29d8

Please sign in to comment.