CI: Drop AppVeyor and desktop Travis builds

These have been replaced by GitHub Actions.
The remaining Travis builds will also be ported eventually.
This commit is contained in:
Rémi Verschelde 2020-07-20 10:35:53 +02:00
parent 862c877f43
commit 431930bd09
6 changed files with 4 additions and 156 deletions

View file

@ -219,7 +219,7 @@ jobs:
# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
sudo cp -f misc/scripts/sources.list /etc/apt/sources.list
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
# Install all packages (except scons)
@ -276,7 +276,7 @@ jobs:
# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
sudo cp -f misc/scripts/sources.list /etc/apt/sources.list
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
# Install all packages (except scons)