mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
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:
parent
862c877f43
commit
431930bd09
6 changed files with 4 additions and 156 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue