Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRPresence Mr. RubinshteinSupport Bot Helpdesk

#off-topic

filip5011
irl?
thewitheredstriker
moreso in a game, but why not lmao
filip5011
Yo what :WataFacka:
thewitheredstriker
I was obviously making a stupid joke lol
filip5011
:FrogThinking:
rubinho146
https://www.youtube.com/watch?v=ODfCVxVLqiE
schmeling65
@adrientd are you using appvoyager for automated deploy/testing/uploading releases/...? Because I know you can do that with workflows on github as well. And as long as it is a public repo it is for free
adrientd
Yes, but back then when I set it up GitHub Actions didn't support C++ programs afaik
adrientd
And there's not much reason to change imo
schmeling65
the actions can be configured to be execution of scripts as well, like shell scripts for example which we used for the QSB (a Settlers 6 Quest System Behavior libary for scripting) Shouldn't c++ be compileable with gcc? Because you can set it up as linux machines, you could install gcc/correct c++ compiler for linux on it and let it run through then.
adrientd
It's a Visual C++ project
adrientd
And with AppVeyor it compiles with a Windows Server VM
schmeling65
windows is also supported, but less recommended duo to higher usage of ressources as linux visual c++ project uses which compiler?
adrientd
MSVC
schmeling65
`- uses: ilammy/msvc-dev-cmd@v1`
schmeling65
that would be the compiler and then you can use the cl command
schmeling65
so if you want to switch at any time: yup it is possible with github 😄
adrientd
Sure, I might consider taking a loot at GH workflows at some point, but honestly I don't want to spend too much time changing to another CI service when it's already good enough for me with how it is right now.
schmeling65
If you need help with it, I can serve with it. I made them with some others to get the QSB running in one step with one click (configurable to be a automatic action the moment a certain branch get pushed for example). I quickly give an example of our one. *just have to check if there are no secrets in it xd*
schmeling65
as a yml file. if you set it to "push" instead of "workflow_dispath" at "on:", you can specifiy which branche and then it gets done automatically. And yes, we got custom handwritten stuff in the bash-scripts. windows referrence: https://stackoverflow.com/questions/64557292/how-can-i-use-the-msvc-compiler-from-github-actions
Download message.txt: