From 63ed26d791a5af32f16a8f9f07183971351179cd Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 12 9月 2019 21:49:29 +0800
Subject: [PATCH] minor updates and documentation

---
 .travis.yml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1b67b9b..7fd8a73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,14 +61,17 @@
          directories:
              - "/C/local/boost"
      before_script:
+         #- Regsvr32.exe "C:\Widnows\System32\rsaenh.dll"
+         #Not sure this is necessary let's leave it here for some time, see if there are 
+         #differences with the build (/MT)
          - sc stop CryptSvc
          - travis_wait 30 ./windows_download_boost.bat
          - cd "/C/Users/travis/build/open-license-manager/open-license-manager"
          - mkdir build
          - cd build && cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT="C:/local/boost" ..
      script:
-          - cmake --build . --target install --config Release
-          - ctest -C Release
+         - cmake --build . --target install --config Release
+         - ctest -C Release
 
    - os: windows
      name: "Widnows server 1803 - Visual Studio 15 2017 Win64 - (/MT)"
@@ -78,14 +81,13 @@
          directories:
              - "/C/local/boost"
      before_script:
-         #- Regsvr32.exe "C:\Widnows\System32\rsaenh.dll"
          - travis_wait 30 ./windows_download_boost.bat
          - cd "/C/Users/travis/build/open-license-manager/open-license-manager"
          - mkdir build
          - cd build && cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT="C:/local/boost" -DSTATIC_RUNTIME=1 ..
      script:
-          - cmake --build . --target install --config Release
-          - ctest -C Release
+         - cmake --build . --target install --config Release
+         - ctest -C Release
            
 env:
     - CTEST_OUTPUT_ON_FAILURE=1      

--
Gitblit v1.9.1