Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appveyor.yml for Windows-based CI #9406

Closed
wants to merge 22 commits into from
Next

Add appveyor.yml for Windows-based CI

  • Loading branch information
frewsxcv committed Jan 23, 2016
commit 9c716102881ed70513fd1172e1492e5c7e8f8423
@@ -0,0 +1,11 @@
version: 1.0.{build}

branches:
only:
- master

platform:
- Win32
- x64

build_script: ./mach build
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.