File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11name : Build (Ubuntu)
22on :
33 push :
4+ pull_request :
45jobs :
56 build-project :
67 name : Build Project
1112
1213 - name : Build Project
131415+ with :
16+ options : |
17+ CMAKE_BUILD_TYPE=Release
18+ build-args : |
19+ --config Release
1420
1521 - name : Deploy Project
1622 uses : actions/upload-artifact@v4
1723 with :
18- name : run-cppcheck
24+ name : run-cppcheck-linux-x86_64
1925 path : build/run-cppcheck
Original file line number Diff line number Diff line change 11name : Build (Windows)
22on :
33 push :
4+ pull_request :
45jobs :
56 build-project :
67 name : Build Project
1112
1213 - name : Build Project
131415+ with :
16+ options : |
17+ CMAKE_BUILD_TYPE=Release
18+ build-args : |
19+ --config Release
1420
1521 - name : Deploy Project
1622 uses : actions/upload-artifact@v4
1723 with :
1824 name : run-cppcheck-windows
19- path : build/ run-cppcheck.exe
25+ path : build\Release\ run-cppcheck.exe
You can’t perform that action at this time.
0 commit comments