pixie-lang / pixie

A small, fast, native lisp with "magical" powers
GNU General Public License v3.0
2.35k stars 124 forks source link

Automatic builds #87

Open heyLu opened 9 years ago

heyLu commented 9 years ago

Even though we have an automated docker build now, it's still a bit tricky to build tricky pixie locally.

We should be able to build it in a docker container and then upload the built version as a release on GitHub. However, we'd need to figure out how to crosscompile and statically link pixie and it's dependencies.

Here are some resources that might help:

andrewchambers commented 9 years ago

from what i remember, rpython has pretty shitty cross compilation support.

Gonzih commented 9 years ago

What about using something like Opensuse Build Service?