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:
Douglas Stebila 2020-09-10 16:57:49 -04:00 committed by GitHub
parent a44a6581c2
commit fb58930545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: