mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Skip Doxygen test that's hanging on CircleCI macOS (#825)
* Skip Doxygen test that's hanging on CircleCI macOS Shared Fixes #821 * Also skip on macOS static https://app.circleci.com/pipelines/github/open-quantum-safe/liboqs/1014/workflows/8fd6b6e0-84d0-4698-b6f6-e2082d023f6d/jobs/10326
This commit is contained in:
parent
a44a6581c2
commit
fb58930545
@ -212,13 +212,13 @@ jobs:
|
||||
<<: *macjob
|
||||
environment:
|
||||
CONFIGURE_ARGS: -DOQS_USE_OPENSSL=OFF
|
||||
SKIP_TESTS: style
|
||||
SKIP_TESTS: style,doxygen
|
||||
macOS-shared-openssl:
|
||||
<<: *macjob
|
||||
environment:
|
||||
CONFIGURE_ARGS: -DOQS_USE_OPENSSL=ON -DBUILD_SHARED_LIBS=ON
|
||||
RUN_TESTS_PARALLEL: FALSE
|
||||
SKIP_TESTS: style
|
||||
SKIP_TESTS: style,doxygen
|
||||
win-static:
|
||||
<<: *winjob
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user