File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11name : Build (Ubuntu)
22on :
33 push :
4+ pull_request :
5+ types : [ opened, edited, reopened ]
46jobs :
57 build-project :
68 name : Build Project
1113
1214 - name : Build Project
1315 uses : threeal/cmake-action@v2.1.0
16+ with :
17+ options : |
18+ CMAKE_BUILD_TYPE=Release
19+ build-args : |
20+ --config Release
1421
1522 - name : Deploy Project
1623 uses : actions/upload-artifact@v4
1724 with :
18- name : run-cppcheck
25+ name : run-cppcheck-linux-x86_64
1926 path : build/run-cppcheck
Original file line number Diff line number Diff line change 11name : Build (Windows)
22on :
33 push :
4+ pull_request :
5+ types : [ opened, edited, reopened ]
46jobs :
57 build-project :
68 name : Build Project
1113
1214 - name : Build Project
1315 uses : threeal/cmake-action@v2.1.0
16+ with :
17+ options : |
18+ CMAKE_BUILD_TYPE=Release
19+ build-args : |
20+ --config Release
1421
1522 - name : Deploy Project
1623 uses : actions/upload-artifact@v4
1724 with :
1825 name : run-cppcheck-windows
19- path : build/ run-cppcheck.exe
26+ path : build\Release\ run-cppcheck.exe
You can’t perform that action at this time.
0 commit comments