Skip to content

Commit 529ea51

Browse files
authored
Merge pull request #452 from embhorn/cov-wolfssl
Add wolfSSL
2 parents 0ff3eac + 52ea687 commit 529ea51

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/coverity-scan-fixes.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,26 @@ jobs:
99
coverity:
1010
if: github.repository_owner == 'wolfssl'
1111
runs-on: ubuntu-22.04
12+
timeout-minutes: 5
1213
steps:
14+
15+
- uses: actions/checkout@master
16+
with:
17+
repository: wolfssl/wolfssl
18+
path: wolfssl
19+
- name: wolfssl autogen
20+
working-directory: ./wolfssl
21+
run: ./autogen.sh
22+
- name: wolfssl configure
23+
working-directory: ./wolfssl
24+
run: ./configure --enable-enckeys
25+
- name: wolfssl make
26+
working-directory: ./wolfssl
27+
run: make
28+
- name: wolfssl make install
29+
working-directory: ./wolfssl
30+
run: sudo make install
31+
1332
- uses: actions/checkout@v4
1433
with:
1534
ref: master

0 commit comments

Comments
 (0)