Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qnfm authored Sep 22, 2023
1 parent 79e5916 commit 139e981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,11 @@ jobs:
- name: build oqs-provider
run: |
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="/wd5105" -DOPENSSL_ROOT_DIR="c:\openssl32" -Dliboqs_DIR="c:\liboqs\lib\cmake\liboqs" -S . -B _build
cmake --build _build
cmake -DCMAKE_BUILD_TYPE=Debug --build _build
- name: Run tests
run: |
ctest -V --test-dir _build -C Debug
cmake -DCMAKE_BUILD_TYPE=Debug --build _build --target RUN_TESTS
- name: Run tests
- name: Retain oqsprovider.dll
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 139e981

Please sign in to comment.