From a8f54f96fc0b91dee8a0ea6daf9dfd55b46a9178 Mon Sep 17 00:00:00 2001 From: tech4me Date: Fri, 31 Aug 2018 20:08:03 +0200 Subject: travis: running mingw build on travis ci This commit also fixed a broken cmake dependency with unicorn --- .travis/linux-mingw/deps.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .travis/linux-mingw/deps.sh (limited to '.travis/linux-mingw/deps.sh') diff --git a/.travis/linux-mingw/deps.sh b/.travis/linux-mingw/deps.sh new file mode 100755 index 000000000..540bb934a --- /dev/null +++ b/.travis/linux-mingw/deps.sh @@ -0,0 +1,3 @@ +#!/bin/sh -ex + +docker pull ubuntu:18.04 -- cgit v1.2.3