From 8d04b3ce745821b18c78ba5ee19e4f00726d8d89 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 26 Nov 2020 09:22:32 +0100 Subject: CI: Move all remaining jobs from travis-ci to GHA Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed. --- ci/travis_install.sh | 9 --------- ci/travis_script.sh | 57 ---------------------------------------------------- 2 files changed, 66 deletions(-) delete mode 100755 ci/travis_install.sh delete mode 100755 ci/travis_script.sh (limited to 'ci') diff --git a/ci/travis_install.sh b/ci/travis_install.sh deleted file mode 100755 index bbeb100..0000000 --- a/ci/travis_install.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -e - -msg() { echo -e "\x1b[1;32mINFO: \x1b[37m$*\x1b[0m"; } - -msg "Running Linux setup" -docker pull mesonbuild/eoan -msg "Setup finished" diff --git a/ci/travis_script.sh b/ci/travis_script.sh deleted file mode 100755 index e60e3a3..0000000 --- a/ci/travis_script.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/bash - -set -e - -msg() { echo -e "\x1b[1;32mINFO: \x1b[37m$*\x1b[0m"; } - -# TODO enable coverage -#curl -s https://codecov.io/bash > upload.sh -#chmod +x upload.sh - -# We need to copy the current checkout inside the Docker container, -# because it has the MR id to be tested checked out. - -msg "Generating runner:" -cat <