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.
 
 
 
 
 
 

26 lines
373 B

language: bash
os:
- osx
osx_image: xcode9.4
addons:
homebrew:
update: true
matrix:
include:
- env: ARCH=--build-all-x86
- env: ARCH=--build-all-x64
script:
- bash ./macos-build.sh $ARCH
deploy:
provider: releases
api_key: "$GITHUB_TOKEN"
file: "build/devilutionX.dmg"
skip_cleanup: true
on:
tags: true