lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

Added appveyor build #209

Closed hzlmn closed 7 years ago

hzlmn commented 7 years ago

Discovered some problems with globs.

2016-09-26 12 38 24
lukeed commented 7 years ago

@hzlmn This is because we're manually declaring the / path syntax now. The path.join instances within tests will resort to Node's decision: \\ I forgot to update this in the tests.

hzlmn commented 7 years ago

@lukeed ok

hzlmn commented 7 years ago

@lukeed Updated this one.

lukeed commented 7 years ago

Thank you @hzlmn !

lukeed commented 7 years ago

Is there a way to add a Readme badge to make this easily accessible? I don't know how to see or trigger new AppVeyor builds.

hzlmn commented 7 years ago

@lukeed I do not have rights for this repo. Basically, process is similar to Travis, go to appveyor site -> log with github -> add repo -> then build will be triggered on each PR, commit.

lukeed commented 7 years ago

@hzlmn Ah ok, thanks. Nor do I. @jbucaran