mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
add ubuntu 20.04 to travis (#3989)
This commit is contained in:
parent
c69e77f330
commit
04274d2497
3 changed files with 51 additions and 3 deletions
26
.travis.yml
26
.travis.yml
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
directories:
|
||||
- $CACHE
|
||||
before_install: source .ci/travis-docker.sh --build
|
||||
script: RUN --server --test --debug
|
||||
script: RUN --server --debug --test
|
||||
|
||||
- name: Ubuntu Bionic (Release)
|
||||
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
||||
|
|
@ -42,6 +42,30 @@ jobs:
|
|||
before_install: source .ci/travis-docker.sh --build
|
||||
script: RUN --server --package $NAME --release
|
||||
|
||||
#Ubuntu Focal (on Docker)
|
||||
- name: Ubuntu Focal (Compile)
|
||||
if: tag IS NOT present
|
||||
os: linux
|
||||
services: docker
|
||||
language: minimal
|
||||
env: NAME=UbuntuFocal CACHE=$HOME/$NAME
|
||||
cache:
|
||||
directories:
|
||||
- $CACHE
|
||||
before_install: source .ci/travis-docker.sh --build
|
||||
script: RUN --server
|
||||
|
||||
- name: Ubuntu Focal (Release)
|
||||
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
||||
os: linux
|
||||
services: docker
|
||||
language: minimal
|
||||
env: NAME=UbuntuFocal CACHE=$HOME/$NAME
|
||||
cache:
|
||||
directories:
|
||||
- $CACHE
|
||||
before_install: source .ci/travis-docker.sh --build
|
||||
script: RUN --server --package $NAME --release
|
||||
|
||||
#Debian Buster (on Docker)
|
||||
- name: Debian Buster (Compile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue