summaryrefslogtreecommitdiffstats
path: root/.travis/common
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2021-10-12 14:35:57 +0200
committerFearlessTobi <thm.frey@gmail.com>2021-10-12 14:35:57 +0200
commitbd509cedb8c2852085abda8adc130944afe21b4a (patch)
tree7747029dadf9e39051cafcfec9420c703b1e6e1d /.travis/common
parentcommon/fs/path_util: Slightly refactor PathManagerImpl's constructor (diff)
downloadyuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar.gz
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar.bz2
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar.lz
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar.xz
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.tar.zst
yuzu-bd509cedb8c2852085abda8adc130944afe21b4a.zip
Diffstat (limited to '')
-rwxr-xr-x.travis/common/post-upload.sh25
-rwxr-xr-x.travis/common/pre-upload.sh6
-rw-r--r--.travis/common/travis-ci.env18
3 files changed, 0 insertions, 49 deletions
diff --git a/.travis/common/post-upload.sh b/.travis/common/post-upload.sh
deleted file mode 100755
index 28735a9cf..000000000
--- a/.travis/common/post-upload.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash -ex
-
-# Copy documentation
-cp license.txt "$REV_NAME"
-cp README.md "$REV_NAME"
-
-tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$REV_NAME"
-
-# Find out what release we are building
-if [ -z $TRAVIS_TAG ]; then
- RELEASE_NAME=head
-else
- RELEASE_NAME=$(echo $TRAVIS_TAG | cut -d- -f1)
- if [ "$NAME" = "MinGW build" ]; then
- RELEASE_NAME="${RELEASE_NAME}-mingw"
- fi
-fi
-
-mv "$REV_NAME" $RELEASE_NAME
-
-7z a "$REV_NAME.7z" $RELEASE_NAME
-
-# move the compiled archive into the artifacts directory to be uploaded by travis releases
-mv "$ARCHIVE_NAME" artifacts/
-mv "$REV_NAME.7z" artifacts/
diff --git a/.travis/common/pre-upload.sh b/.travis/common/pre-upload.sh
deleted file mode 100755
index 3c2fc79a2..000000000
--- a/.travis/common/pre-upload.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash -ex
-
-GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
-GITREV="`git show -s --format='%h'`"
-
-mkdir -p artifacts
diff --git a/.travis/common/travis-ci.env b/.travis/common/travis-ci.env
deleted file mode 100644
index cffeb2e2b..000000000
--- a/.travis/common/travis-ci.env
+++ /dev/null
@@ -1,18 +0,0 @@
-# List of environment variables to be shared with Docker containers
-CI
-TRAVIS
-CONTINUOUS_INTEGRATION
-TRAVIS_BRANCH
-TRAVIS_BUILD_ID
-TRAVIS_BUILD_NUMBER
-TRAVIS_COMMIT
-TRAVIS_COMMIT_RANGE
-TRAVIS_EVENT_TYPE
-TRAVIS_JOB_ID
-TRAVIS_JOB_NUMBER
-TRAVIS_REPO_SLUG
-TRAVIS_TAG
-
-# yuzu specific flags
-ENABLE_COMPATIBILITY_REPORTING
-USE_DISCORD_PRESENCE