Need to actually carry out the build.

This commit is contained in:
Roger A. Light 2015-03-03 10:17:31 +00:00
parent 1e31334e04
commit e251ff69d1

View File

@ -14,6 +14,7 @@ build_script:
- md build
- cd build
- cmake %CMAKE_ARGS% ..
- cmake --build .
cache:
- C:\OpenSSL-Win32