From b131f420406e1670189437bab162c5a13dc7eb37 Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 22 Oct 2020 11:21:33 +0200 Subject: [PATCH] CI: Minimal cleanup [ci skip] --- .travis/before_install.sh | 34 ---------------------------------- appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100755 .travis/before_install.sh diff --git a/.travis/before_install.sh b/.travis/before_install.sh deleted file mode 100755 index 28d375f6..00000000 --- a/.travis/before_install.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -set -ex -. .travis/environment.sh - -cmake_dir="cmake-3.13.0-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}" -cmake_arc="${cmake_dir}.tar.gz" -cmake_url="https://github.com/sfztools/cmake/releases/download/${TRAVIS_OS_NAME}/${cmake_arc}" - -if [[ ${CROSS_COMPILE} == "mingw32" || ${CROSS_COMPILE} == "mingw64" ]]; then - buildenv bash -c "echo Hello from container" # ensure to start the container - docker cp "$container":/etc/pacman.conf pacman.conf - cat >>pacman.conf <