gcontini
2021-05-20 ea4d5c4c72303c4ef528b530f1956bd9961e9335
try fix tests
1个文件已修改
6 ■■■■■ 已修改文件
.travis.yml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.travis.yml
@@ -40,6 +40,7 @@
     - CTEST_OUTPUT_ON_FAILURE=1
     addons:
        apt:
          update: true
          packages:
             - cmake
             - valgrind
@@ -176,13 +177,14 @@
        - docker run --name centos8_make -v `pwd`:/root/open-license-manager centos8_configured /bin/bash -c \
            "cd /root/open-license-manager/build && make && make install && src/inspector/lccinspector && CTEST_OUTPUT_ON_FAILURE=1 VIRTUAL_ENV=DOCKER make test"
   - os: linux
     dist: bionic
     name: "Ubuntu 18.04 - MinGW cross-compile for Windows x64"
     dist: focal
     name: "Ubuntu 20.04 - MinGW cross-compile for Windows x64"
     env:
     - CTEST_OUTPUT_ON_FAILURE=1      
     - WINEARCH=win64
     addons:
        apt:
          update: true
          packages:
             - cmake 
             - binutils-mingw-w64