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 Support #35

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Automaton Logo](content/automaton_logo.png)
<sub><sup>[Thanks to gatonegro for the logo](http://gatonegro.co/)</sup></sub>

![travis build status](https://travis-ci.org/metherul/Automaton.svg?branch=master)
[![Build status](https://ci.appveyor.com/api/projects/status/p0420pw6yxnfosqp?svg=true)](https://ci.appveyor.com/project/spbennett/automaton)

# What is Automaton?
> Automaton is the foundation and installer for the similarly named _automaton framework_, which allows for modpack installation and creation in a way which respects mod author's rights.
Expand All @@ -26,4 +26,4 @@

## Uh, I have some other question
> That's fine! I prolly didn't answer most of the common questions in the slightest (blame the 2 hours of sleep for that). You can add me on discord @metherul#1215, or reddit /u/metherul.
> Feature requests and bugs should be posted in this github repository.
> Feature requests and bugs should be posted in this github repository.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1.0.{build}
image: Visual Studio 2017
build:
verbosity: minimal