mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Merge Mac OS X targets into a single config.
This commit is contained in:
parent
ac112ade99
commit
8635e7df7e
34
.github/workflows/c-cpp.yml
vendored
34
.github/workflows/c-cpp.yml
vendored
@ -95,42 +95,14 @@ jobs:
|
|||||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
||||||
|
|
||||||
|
|
||||||
macos-10_15:
|
macos:
|
||||||
|
|
||||||
runs-on: macos-10.15
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ macos-10.15, macos-11.0 ]
|
||||||
configs:
|
configs:
|
||||||
- ""
|
- ""
|
||||||
- "--with-pam"
|
- "--with-pam"
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: setup CI system
|
|
||||||
run: ./.github/setup_ci.sh ${{ matrix.configs }}
|
|
||||||
- name: autoreconf
|
|
||||||
run: autoreconf
|
|
||||||
- name: configure
|
|
||||||
run: ./configure --with-ssl-dir=/usr/local/opt/openssl ${{ matrix.configs }}
|
|
||||||
- name: make
|
|
||||||
run: make
|
|
||||||
- name: make tests
|
|
||||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
|
||||||
env:
|
|
||||||
SUDO: sudo
|
|
||||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
|
||||||
|
|
||||||
macos-11_0:
|
|
||||||
|
|
||||||
runs-on: macos-11.0
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
configs:
|
|
||||||
- ""
|
|
||||||
- "--with-pam"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: setup CI system
|
- name: setup CI system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user