PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Setup releases / static builds. #9

Open PaulBone opened 6 years ago

PaulBone commented 6 years ago

Setup a way to distribute releases including statically-linked builds.

PaulBone commented 6 years ago

We have a "make" target for static builds, but it'd be nice to do some work to make sure this is reliable, automated, integrated into the website & available for a few different systems.

PaulBone commented 4 years ago

Actually it's not a make target, it's an option to uncomment in the Makefile.

We also want to make a source distribution automatically, this will be something like:

tar -zcvf plasma-0.1.tar.gz --exclude plasma-0.1/.git --exclude plasma-0.1/.gitignore --exclude plasma-0.1/.gitmessage plasma-0.1

To exclude the .git files.