1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-24 04:09:25 +03:00

Update workflows

This commit is contained in:
Syuugo
2024-06-16 00:31:25 +09:00
parent 4fe5352931
commit 9a7e55b3e0
9 changed files with 88 additions and 54 deletions

View File

@ -1,3 +1,4 @@
name: macOS
on: [push, pull_request, workflow_dispatch]
permissions:
@ -11,18 +12,21 @@ jobs:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: |
brew install libsodium
- name: Compile
run: |
./configure
make -C build
- name: Test
run: |
otool -L build/vpnserver
.ci/memory-leak-test.sh