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 |
|
|
|
script: |
|
- bash ./xcode-build.sh --get-libs --build-libs --build-project --package |
|
|
|
deploy: |
|
provider: releases |
|
api_key: "$GITHUB_TOKEN" |
|
file: "build/devilutionX.dmg" |
|
skip_cleanup: true |
|
on: |
|
tags: true
|
|
|