gcontini
2019-09-12 63ed26d791a5af32f16a8f9f07183971351179cd
.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