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

GPII-4253: Created initial gpii stubs for non-supported OSs #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

christopher-rtf
Copy link

No description provided.

package.json Outdated
},
"homepage": "http://gpii.net/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Copy link
Member

Choose a reason for hiding this comment

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

Please make this a no-op which returns true so that we stand a chance of enlisting this in CI : P

Copy link
Member

Choose a reason for hiding this comment

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

Sorry, obviously I mean "0" rather than true : P

Copy link
Author

Choose a reason for hiding this comment

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

Understood. npm test will now execute "exit 0" for the stubs.

"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gpii-universal": "JavierJF/universal#GPII-3810"
Copy link
Member

Choose a reason for hiding this comment

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

Why this branch rather than master or, even better, an npm artefact?

Copy link
Author

Choose a reason for hiding this comment

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

For consistency, this is the same branch used by the Windows repository.
https://github.com/GPII/windows/blob/master/package.json

I can change it to any other repo/package/branch, as desired. To date, I have been testing specifically with the branch used by GPII/windows.

@amb26
Copy link
Member

amb26 commented Dec 13, 2019

Please add standard linting tasks to package.json and a suitable Gruntfile - you can find a suitable minimal template at https://github.com/GPII/gpii-express/blob/master/Gruntfile.js and https://github.com/GPII/gpii-express/blob/master/package.json#L22-L26

@amb26
Copy link
Member

amb26 commented Dec 13, 2019

Please also follow @the-t-in-rtf 's instructions in http://irc-logs.fluidproject.org/%23fluid-work/%23fluid-work.2019-12-13.log in order to set up vagrant definitions to be able to enlist this repo into CI

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