diff options
author | James Rowe <jroweboy@gmail.com> | 2018-09-21 05:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 05:39:15 +0200 |
commit | 8606995515757e7528380877cf44d6ffd4560266 (patch) | |
tree | be11300e23bd1eb7d8d8ff4838f43ae7b6633145 /.travis.yml | |
parent | Merge pull request #1337 from DarkLordZach/create-fs-cmd (diff) | |
parent | Update MinGWCross.cmake to lowercase (diff) | |
download | yuzu-8606995515757e7528380877cf44d6ffd4560266.tar yuzu-8606995515757e7528380877cf44d6ffd4560266.tar.gz yuzu-8606995515757e7528380877cf44d6ffd4560266.tar.bz2 yuzu-8606995515757e7528380877cf44d6ffd4560266.tar.lz yuzu-8606995515757e7528380877cf44d6ffd4560266.tar.xz yuzu-8606995515757e7528380877cf44d6ffd4560266.tar.zst yuzu-8606995515757e7528380877cf44d6ffd4560266.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dee34a8e3..4d363cbc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,19 @@ matrix: script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh" cache: ccache + - os: linux + env: NAME="MinGW build" + sudo: required + dist: trusty + services: docker + addons: + apt: + packages: + - p7zip-full + install: "./.travis/linux-mingw/deps.sh" + script: "./.travis/linux-mingw/build.sh" + after_success: "./.travis/linux-mingw/upload.sh" + cache: ccache deploy: provider: releases |