forked from wolfSSL/wolfssl
Code review
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: wolfSSL CI tests
|
name: CI
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
17
.github/workflows/osp-check.yml
vendored
17
.github/workflows/osp-check.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: stunnel Tests
|
name: OSP Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@@ -7,11 +7,10 @@ jobs:
|
|||||||
stunnel_check:
|
stunnel_check:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 5.67 ]
|
ref: [ 5.67 ]
|
||||||
name: stunnel ${{ matrix.ref }} on ${{ matrix.os }}
|
name: stunnel ${{ matrix.ref }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build wolfSSL
|
- name: Build wolfSSL
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
@@ -43,11 +42,10 @@ jobs:
|
|||||||
openvpn_check:
|
openvpn_check:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
|
||||||
# List of refs to test
|
# List of refs to test
|
||||||
ref: [ master, release/2.6, v2.6.0 ]
|
ref: [ master, release/2.6, v2.6.0 ]
|
||||||
name: openvpn ${{ matrix.ref }} on ${{ matrix.os }}
|
name: openvpn ${{ matrix.ref }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build wolfSSL
|
- name: Build wolfSSL
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
@@ -75,11 +73,10 @@ jobs:
|
|||||||
# haproxy_check:
|
# haproxy_check:
|
||||||
# strategy:
|
# strategy:
|
||||||
# matrix:
|
# matrix:
|
||||||
# os: [ ubuntu-latest ]
|
|
||||||
# # List of refs to test
|
# # List of refs to test
|
||||||
# ref: [ master ]
|
# ref: [ master ]
|
||||||
# name: haproxy ${{ matrix.ref }} on ${{ matrix.os }}
|
# name: haproxy ${{ matrix.ref }}
|
||||||
# runs-on: ${{ matrix.os }}
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Build wolfSSL
|
# - name: Build wolfSSL
|
||||||
# uses: wolfSSL/actions-build-autotools-project@v1
|
# uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
|
Reference in New Issue
Block a user