UEFITool/.travis.yml

53 lines
1.2 KiB
YAML
Raw Normal View History

2017-02-25 18:54:01 -05:00
language: cpp
matrix:
include:
- os: osx
osx_image: xcode9.2
compiler: clang
script:
2018-05-07 13:55:11 -04:00
- ./unixbuild.sh
deploy:
provider: releases
skip_cleanup: true
file: "dist/*.zip"
file_glob: true
api_key:
2018-05-03 23:41:01 -04:00
secure: "WjYd93lVLKHULBpUXS/WtGrkdXyAwxHOUnLJotyDmQipAQP5Ox7Kj12JwkSJGEmVOEdcbIQJyi0QxPjn1UYbYsAt6Op8zrjnYLS4G4fMdBtcxprWzid85uTW7oAAIFs7ygMVhpzxRKpu70yNb683vbThqNmaOu6RyG9aJOLtPAg="
on:
tags: true
- os: linux
2018-05-07 13:55:11 -04:00
dist: trusty
compiler: clang
before_install:
- sudo apt-get update -qq
2018-05-07 13:55:11 -04:00
- sudo apt-get install -qq qt5-default qt5-qmake qtbase5-dev-tools cmake
script:
2018-05-07 13:55:11 -04:00
- ./unixbuild.sh
- os: linux
2018-05-07 13:55:11 -04:00
dist: trusty
compiler: gcc
before_install:
- sudo apt-get update -qq
2018-05-07 13:55:11 -04:00
- sudo apt-get install -qq qt5-default qt5-qmake qtbase5-dev-tools cmake
script:
2018-05-07 13:55:11 -04:00
- ./unixbuild.sh
deploy:
provider: releases
skip_cleanup: true
file: "dist/*.zip"
file_glob: true
api_key:
secure: "WjYd93lVLKHULBpUXS/WtGrkdXyAwxHOUnLJotyDmQipAQP5Ox7Kj12JwkSJGEmVOEdcbIQJyi0QxPjn1UYbYsAt6Op8zrjnYLS4G4fMdBtcxprWzid85uTW7oAAIFs7ygMVhpzxRKpu70yNb683vbThqNmaOu6RyG9aJOLtPAg="
on:
tags: true