You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: bash |
|
|
|
os: |
|
- osx |
|
|
|
osx_image: xcode9.4 |
|
|
|
matrix: |
|
include: |
|
- env: ARCH=--build-all-x86 |
|
- env: ARCH=--build-all-x64 |
|
|
|
script: |
|
- bash ./xcode-build.sh $ARCH |
|
|
|
deploy: |
|
provider: releases |
|
api_key: "$GITHUB_TOKEN" |
|
file: "build/devilutionX.dmg" |
|
skip_cleanup: true |
|
on: |
|
tags: true
|
|
|