From bd509cedb8c2852085abda8adc130944afe21b4a Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Tue, 12 Oct 2021 14:35:57 +0200 Subject: Build system: remove references to travis Co-Authored-By: Vitor K --- .travis/linux-mingw/upload.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .travis/linux-mingw/upload.sh (limited to '.travis/linux-mingw/upload.sh') diff --git a/.travis/linux-mingw/upload.sh b/.travis/linux-mingw/upload.sh deleted file mode 100755 index 66e896bc4..000000000 --- a/.travis/linux-mingw/upload.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -ex - -. .travis/common/pre-upload.sh - -REV_NAME="yuzu-windows-mingw-${GITDATE}-${GITREV}" -ARCHIVE_NAME="${REV_NAME}.tar.gz" -COMPRESSION_FLAGS="-czvf" - -mkdir "$REV_NAME" -# get around the permission issues -cp -r package/* "$REV_NAME" - -. .travis/common/post-upload.sh -- cgit v1.2.3