Apparently this needs double newlines

This commit is contained in:
Wouter Verhelst 2019-11-07 12:14:34 +02:00
parent 0c184142e7
commit 1e8ec84d2b
No known key found for this signature in database
GPG key ID: 954CECBB3DA94FB1

View file

@ -5,13 +5,21 @@ environment:
build_script:
- cmd: >-
cd scripts\windows
build_all
test_script:
- cmd: >-
cd scripts\windows
build_testsuite
cd ..\..
copy cardcomm\pkcs11\VS_2017\Binaries\Win32_Release\beidpkcs11.dll tests\unit\windows\Release
cd tests\unit\windows\Release
Pkcs11_tests.exe
deploy: off