crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

Document procedure for injecting custom environment setup #45

Closed Ralith closed 4 years ago

Ralith commented 5 years ago

For example, for openxrs I need libXxf86vm and libXrandr installed on Linux machines (but not elsewhere). Maybe this is more of a general azure pipelines question, but a pointer to the pertinent docs would be helpful if so.

e: Looks like there's something with parameters.setup? It's not immediately obvious what reasonable settings for it might look like, though.

jonhoo commented 5 years ago

Yup, parameters.setup is for this exact purpose! I've started writing docs in #43, and there you'll find a section on additional setup steps. Is that along the lines you were thinking?

Ralith commented 5 years ago

Yeah, thanks!

jonhoo commented 4 years ago

I think this is now resolved? Please re-open if I am wrong :)