From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001 From: Guillaume Buisson <contact@guillaume.dev> Date: ćšć, 20 5æ 2021 13:50:43 +0800 Subject: [PATCH] Several fixes (#120) --- .travis.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41137d6..880261c 100644 --- a/.travis.yml +++ b/.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 -- Gitblit v1.9.1