Browse Source

Move CI to focal

Signed-off-by: falkTX <falktx@falktx.com>
pull/293/head
falkTX 4 years ago
parent
commit
aea500fef6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 10 deletions
  1. +3
    -3
      .travis.yml
  2. +2
    -7
      .travis/before_install.sh

+ 3
- 3
.travis.yml View File

@@ -7,7 +7,7 @@ jobs:
- name: "Linux native"
os: linux
compiler: gcc
dist: bionic
dist: focal
env:
- TARGET="linux"
services:
@@ -18,7 +18,7 @@ jobs:
#- name: "win32 cross-compilation"
#os: linux
#compiler: gcc
#dist: bionic
#dist: focal
#env:
#- TARGET="win32"
#services:
@@ -29,7 +29,7 @@ jobs:
#- name: "win64 cross-compilation"
#os: linux
#compiler: gcc
#dist: bionic
#dist: focal
#env:
#- TARGET="win32"
#services:


+ 2
- 7
.travis/before_install.sh View File

@@ -13,11 +13,6 @@ if [ "${TARGET}" = "win32" ] || [ "${TARGET}" = "win64" ]; then
sudo dpkg --add-architecture i386
fi

sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio
sudo add-apt-repository -y ppa:kxstudio-debian/mingw
sudo add-apt-repository -y ppa:kxstudio-debian/toolchain
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test

sudo apt-get update -qq
sudo apt-get install kxstudio-repos
sudo apt-get update -qq
sudo apt-get install -y -o APT::Immediate-Configure=false libc6 libc6:i386 libgcc-s1:i386
sudo apt-get install -y -f

Loading…
Cancel
Save