-
Notifications
You must be signed in to change notification settings - Fork 282
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
Try setting up gitpod for building for each PR to ease reviewing #680
Conversation
Building on example at publiclab/image-sequencer#1668
@@ -0,0 +1,17 @@ | |||
tasks: | |||
- init: npm i && npm run build | |||
command: npm run serve:dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at https://github.com/publiclab/Leaflet.DistortableImage/blob/main/package.json, to configure
Hmm! Test error, probably due to setup, and Travis I think caught it too. But, it did seem to be trying to serve the app in GitPod! So if we can get the settings right perhaps this will work! I think it's not properly installing Leaflet...
|
Hmm. Still seeing the timeout issue and have documented it in #681. If we can resolve that, i believe this will start working! |
@jywarren i followed the PR trail and saw we never resolved this. Restarting the build one or two (maybe 3?) times results in a pass so for now I guess that's what we'd have to do. We can merge this if it's ready! |
Merging as tests are passing :) @jywarren |
This is great, Sasha!!!!! Now it can be tested interactively on the fly in each PR. Thanks!!! |
Building on example at publiclab/image-sequencer#1668
cc @sashadev-sky take a look - gitpod can build a full hosted version for each PR!