Skip to content

Commit

Permalink
try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 20, 2021
1 parent 5251b3d commit ea4d5c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- CTEST_OUTPUT_ON_FAILURE=1
addons:
apt:
update: true
packages:
- cmake
- valgrind
Expand Down Expand Up @@ -176,13 +177,14 @@ jobs:
- 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
Expand Down

0 comments on commit ea4d5c4

Please sign in to comment.