Is there any way to use the "build from source" functionality from the command line? #257
Replies: 2 comments 6 replies
-
So, I'm pretty sure that's the intent of the merge build tool (it's being worked in the There's a boilerplate version of Access CI/CD HERE: https://github.com/msaccess-vcs-integration/msaccess-devops @joyfullservice: I see the development of merge has slowed down a bit (I know I've been ... swamped lately); am I getting this correct? If I've misunderstood, and there's something else, make an issue for this, and perhaps we can figure it out. I think on the legacy version of VCS someone wrote a PowerShell Script to do something similar. Edit: For my users, I compile a new version, and their version will phone home to a server to check for updates and then download it without their needing to do anything, but IMO users should not be building versions from code, that's the dev's job, and it should be deliberate. If you want some ideas and boilerplate code, I'd be happy to share some of the end user versioning control/update tools I use. |
Beta Was this translation helpful? Give feedback.
-
FYI I am the OP, just using the business acct. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is what we are trying to accomplish: an updater for our client projects that basically looks at the master branch of our repo on open, and if there's a new commit, we pull down those files and build.
The plan thus far:
-- Here, it would be ideal to be able to use the dll to build from source using the command line. Beyond creating another Access db, injecting the VBA I need it to run, and then opening it with arguments, I am not sure how to accomplish this.
This would give us some CI/CD capabilities for Access projects, which would be realllllllly cool.
Let me know if you have any ideas.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions