Commit 989d775 1 parent 744406b commit 989d775 Copy full SHA for 989d775
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,10 @@ jobs:
50
50
message(FATAL_ERROR "Could not run with ${CMAKE_COMMAND} : Got ${error_message} - ${result}")
51
51
endif()
52
52
- name : Build
53
- shell : |
54
- export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
55
- cmake -P {0}
53
+ shell : cmake -P {0}
56
54
run : |
57
55
execute_process(
58
- COMMAND cov-build --dir cov-int ${CMAKE_COMMAND} --build build
56
+ COMMAND cov-analysis-linux64/bin/cov- build --dir cov-int ${CMAKE_COMMAND} --build build
59
57
RESULT_VARIABLE result
60
58
ERROR_VARIABLE error_message
61
59
)
75
73
https://scan.coverity.com/builds?project=cycfi%2Felements
76
74
env :
77
75
TOKEN : ${{ secrets.COVERITY_SCAN_TOKEN }}
78
- EMAIL : ${{ secrets.COVERITY_SCAN_EMAIL }}
76
+ EMAIL : ${{ secrets.COVERITY_SCAN_EMAIL }}
You can’t perform that action at this time.
0 commit comments