Skip to content

Use LoadLibraryEx instead of LoadLibrary #9

Use LoadLibraryEx instead of LoadLibrary

Use LoadLibraryEx instead of LoadLibrary #9

Workflow file for this run

name: macOS
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Build source
run: |
cd build/macos/
sh build.sh
- name: Run tests
run: |
dotnet build ./test/Pkcs11LoggerTests.sln
dotnet test ./test/Pkcs11LoggerTests.sln
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: pkcs11-logger-macos
path: build/macos/pkcs11-logger.dylib