Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions appveyor.yml

This file was deleted.

4 comments on commit 5634c88

@nirvdrum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to watch this when we merge to master.

@eregon
Copy link
Member Author

@eregon eregon commented on 5634c88 Aug 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, maybe we should get a list of stuff we don't want to merge back to master.
Currently I'm thinking to:
Always: appveyor.yml .travis.yml
Unless it's a truffle release: truffle/pom.rb truffle/pom.xml truffle/.factorypath mx.jruby/suite.py
There is nothing as good as checking manually which files are changed by the merge though.

@nirvdrum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll see if there's a way in appveyor to just disable for a particular branch.

@eregon
Copy link
Member Author

@eregon eregon commented on 5634c88 Aug 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://www.appveyor.com/docs/branches/ but it's not bullet-proof as it will run on other truffle branches.
So the removed file is probably the only solution, unless we want a whitelist.

Please sign in to comment.