Allow custom binary/artifact repositories #2526
WubiCookie
started this conversation in
Ideas
Replies: 3 comments 13 replies
-
xmake supports adding custom artifacts repositories, just call add_repositories or xrepo add-repo to add it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
oh, but how do I handle packages with different modes and/or different options? I guess I could do like here https://github.com/xmake-io/xmake-repo/blob/596ea080a6638a7bf26a32d93895a9e8c7e5b10f/packages/l/libsdl_image/xmake.lua#L6 but it's fine as long as I only have a few variants... The manifest.txt was a good solution for that |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Our software is based on DLLs compiled by MATLAB, but due to license restrictions, only one PC can compile them. I wanted to store the compiled DLLs on a binary repository so that we could build our software on any machine.
Describe the solution you'd like
I would like to be able to host an artifact repository myself.
Describe alternatives you've considered
What we currently do is store the binary packages on svn, checkout it and declare the newly cloned folder as a local package repository. The svn cloning can not be automatized with xmake
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions