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

chore(tests): add AppVeyor support #15

Merged
merged 10 commits into from
Dec 11, 2016
Merged

chore(tests): add AppVeyor support #15

merged 10 commits into from
Dec 11, 2016

Conversation

malept
Copy link
Member

@malept malept commented Dec 11, 2016

Have you read the section in CONTRIBUTING.md about pull requests?

Yes

Are your changes appropriately documented?

N/A

Do your changes have sufficient test coverage?

N/A

Does the testsuite pass successfully on your local machine?

N/A

Summarize your changes:

Adds AppVeyor (Windows) as a CI service.

@@ -0,0 +1,29 @@
platform:
- x86
- x64
Copy link
Member

Choose a reason for hiding this comment

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

Couldn't we save build time / resources by simply adding a --arch=all test and only testing on x64 machines?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep, we can do that.

@MarshallOfSound MarshallOfSound merged commit fe63ac0 into master Dec 11, 2016
@malept malept deleted the appveyor branch December 11, 2016 16:40
test/cli_spec.js Outdated
@@ -10,13 +10,15 @@ import { expect } from 'chai';
import installDeps from '../src/util/install-dependencies';

const pSpawn = async (args = [], opts = {
stdio: 'inherit',
stdio: process.platform === 'win32' ? 'inherit' : 'pipe',
Copy link
Member Author

Choose a reason for hiding this comment

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

@MarshallOfSound do you remember why this is configured this way? I think it's causing electron-userland/electron-forge-templates#51

dsanders11 pushed a commit that referenced this pull request Jan 14, 2023
Documentation, minor code cleanup
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