mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Pass OPENSSL=no to make tests too.
This commit is contained in:
parent
b398f499c6
commit
460ae5d930
2
.github/workflows/upstream.yml
vendored
2
.github/workflows/upstream.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: make install
|
- name: make install
|
||||||
run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install"
|
run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install"
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && SUDO=sudo make"
|
run: vmrun "cd /usr/src/regress/usr.bin/ssh && make obj && make clean && if test '${{ matrix.configs }}' = 'without-openssl'; then make OPENSSL=no; else make; fi"
|
||||||
- name: save logs
|
- name: save logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user