KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
49 stars 17 forks source link

Q: Can we download pre-built binaries? #59

Closed mwpowellhtx closed 4 years ago

mwpowellhtx commented 4 years ago

Or do we have to build for ourselves? I'm just looking for a simple binary download. In my case for Windows 7 x64, but your CI/CD may deliver to other targets, I do not know. Thanks!

Neviothr commented 4 years ago

https://ci.appveyor.com/project/KoffeinFlummi/armake2

bovine3dom commented 4 years ago

Artifacts are deleted after 6 months so there don't seem to be any, unless I'm missing something :)

Neviothr commented 4 years ago

Whoops, didn't notice that. I can send you mine if that helps.

mwpowellhtx commented 4 years ago

Pretty sure you can post them to Github as releases somehow.

Dahlgren commented 4 years ago

Armake "1" has releases with prebuilt binaries on GitHub (https://github.com/KoffeinFlummi/armake/releases) but there hasn't yet been any releases of Armake 2 yet.

Like mentioned before the AppVeyor CI only stores the build artifacts for 6 months.

I've triggered a build based on latest master on AppVeyor, https://ci.appveyor.com/project/Dahlgren/armake2/builds/31808690

mwpowellhtx commented 4 years ago

@Dahlgren Well, I do not personally have a build environment. So... Could I ask for an ETA? Also, would you consider a more persistent binary release area? Thank you...

bovine3dom commented 4 years ago

@mwpowellhtx that build has completed. This link should get you the exe - https://ci.appveyor.com/api/buildjobs/1vfrdwkip1hi04qi/artifacts/target%2Fx86_64-pc-windows-msvc%2Frelease%2Farmake2.exe - expiring in September 2020.

mwpowellhtx commented 4 years ago

Q: 32-bit? or 64-bit?

bovine3dom commented 4 years ago

The direct link I gave you is 64 bit. If you need 32 bit it'll be called i686.

mwpowellhtx commented 4 years ago

Appreciate it. I see now, thank you.