-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Adding appveyor to the project #1066
Conversation
So we will got full file path instead of only c if caller.first is: c:/git/emberjs/ember-crm-backend/app/serializers/lead_serializer.rb:1:in `<top (required)>' CALLER_FILE = / /A # start of string \S+ # one or more non-spaces (?= # stop previous match when :\d+:in # a colon is followed by one or more digits # followed by a colon followed by in ) /x credit from https://gist.github.com/mikezter/540132 and @bf4
Test caller line parsing and digesting
I'm still working on this, I don't think it will pass on this first attempt, this |
Make testing suite running and pass in Windows
I try to running testing at appveyor several time using appveyor branch, except ruby 2.2, all works. For ruby 2.2, it stop at |
Yup, I think that even so we are good to go, I'm removing 2.2 for now in order to merge it, please keep this up to date with the ticket you opened 😄 |
Adding appveyor to the project
👍 |
appveyor
is a well known service that enable us to test AMS on windows environments in order to make sure we are supporting developers that use windows.