Commit 9d9be1a7 authored by Ian Craggs's avatar Ian Craggs

Display OpenSSL version

parent 2af6d895
...@@ -2,6 +2,8 @@ version: 1.1.{build} ...@@ -2,6 +2,8 @@ version: 1.1.{build}
image: Visual Studio 2015 image: Visual Studio 2015
configuration: Debug configuration: Debug
install: install:
- cmd: openssl version
- cmd: python --version - cmd: python --version
- cmd: netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes - cmd: netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment