Skip to content

Commit

Permalink
Add brew to preinstall test matrix (open-quantum-safe#205)
Browse files Browse the repository at this point in the history
* standalone cmake-only parallelized brew test

Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
  • Loading branch information
baentsch authored and feventura committed Mar 13, 2024
1 parent 2407465 commit 8d02eb0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ on:

jobs:

macos_intel:
runs-on: macos-13
strategy:
fail-fast: false
steps:
- name: Install prerequisites
run: brew install liboqs
- name: Checkout oqsprovider code
uses: actions/checkout@v2
- name: Build oqsprovider
run: cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@3 -S . -B _build && cmake --build _build
- name: Test oqsprovider
run: ctest --parallel 5 --test-dir _build

linux_intel:
runs-on: ubuntu-latest
strategy:
Expand All @@ -29,3 +43,4 @@ jobs:
run: ./scripts/fullbuild.sh
- name: Test
run: ./scripts/runtests.sh -V

0 comments on commit 8d02eb0

Please # to comment.