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 (Windows) CI #25

Merged
merged 2 commits into from
Apr 3, 2018
Merged

Add appveyor (Windows) CI #25

merged 2 commits into from
Apr 3, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Apr 3, 2018

No description provided.

@@ -38,7 +38,7 @@ class PackageExceptionDetails {
}

Future _runPubDeps() async {
var result = Process.runSync('pub', ['deps']);
var result = Process.runSync('pub', ['deps'], runInShell: true);
Copy link
Contributor

Choose a reason for hiding this comment

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

So I did this originally in build_runner but ended up getting other issues if I recall.... I can't remember exactly what they were though? We just add .bat conditionally now https://github.com/dart-lang/build/blob/57321fffbf27f8ff8c5837dd87ff95c695dbf4c2/build_runner/lib/src/entrypoint/options.dart#L31.

If this is working then its probably fine but just fyi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants