Apparently this needs double newlines
This commit is contained in:
parent
0c184142e7
commit
1e8ec84d2b
|
@ -5,13 +5,21 @@ environment:
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
cd scripts\windows
|
cd scripts\windows
|
||||||
|
|
||||||
build_all
|
build_all
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
cd scripts\windows
|
cd scripts\windows
|
||||||
|
|
||||||
build_testsuite
|
build_testsuite
|
||||||
|
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
copy cardcomm\pkcs11\VS_2017\Binaries\Win32_Release\beidpkcs11.dll tests\unit\windows\Release
|
copy cardcomm\pkcs11\VS_2017\Binaries\Win32_Release\beidpkcs11.dll tests\unit\windows\Release
|
||||||
|
|
||||||
cd tests\unit\windows\Release
|
cd tests\unit\windows\Release
|
||||||
|
|
||||||
Pkcs11_tests.exe
|
Pkcs11_tests.exe
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
Loading…
Reference in a new issue