mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
Remove docker builds
They are too slow and don't really test anything special.
This commit is contained in:
parent
bdbc82e444
commit
c99a9b4a2e
6 changed files with 0 additions and 44 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -7,16 +7,6 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
service: [ build-nixos, build-archlinux, build-ubuntu ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build inside docker container
|
||||
run: docker-compose run ${{ matrix.service }}
|
||||
|
||||
release-build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue