this post was submitted on 13 Sep 2024
412 points (99.0% liked)

Programmer Humor

19564 readers
864 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

you are viewing a single comment's thread
view the rest of the comments
[–] Lowpast@lemmy.world 21 points 2 months ago (1 children)

For using msbuild or vsbuild to build C projects.

Can be installed standalone but it's typically just easier to install the full VS suite because on a shared runner it's better to include the entire kitchen.

[–] jaybone@lemmy.world 12 points 2 months ago (1 children)

For C, I use Makefiles. The Microsoft ecosystem sounds like a nightmare.

[–] _stranger_@lemmy.world 16 points 2 months ago (2 children)

They started at Java's build system and set a course for Hell.

[–] jaybone@lemmy.world 7 points 2 months ago

Maven works without an IDE. (And so does ant if you’re going back that far.)

And really early Java we used Makefiles.

Anyway all of that worked without an IDE.

[–] JackbyDev@programming.dev 1 points 2 months ago* (last edited 2 months ago)

Hey hey hey, put some respect on Java, we don't need certificates to compile our shit.