1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-08-31 00:14:21 -04:00
OpenDiablo2/.travis.yml

33 lines
485 B
YAML
Raw Normal View History

2019-10-24 10:03:49 -04:00
language: go
os:
- linux
- osx
- windows
2019-10-26 13:42:19 -04:00
go:
2019-10-26 16:25:26 -04:00
- 1.13.3
addons:
apt:
packages:
- libx11-dev
- mesa-common-dev
- libglfw3-dev
- libgles2-mesa-dev
- libasound2-dev
script:
- go get
- go build .
2019-10-24 10:03:49 -04:00
git:
depth: 1
notifications:
email: false
deploy:
provider: releases
api_key:
secure: "$GithubApi"
file_glob: true
file: build_artifacts/*
skip_cleanup: true
name: "OpenDiablo Git Latest ($TRAVIS_OS_NAME)"
on:
tags: true