Gleam: Compile OSX binary on GitHub actions when a new release is created

Created on 22 Oct 2019  路  3Comments  路  Source: gleam-lang/gleam

All 3 comments

Assign to me please. 馃檹

What does "compile OSX binary" mean exactly? Just cargo build --release? Should be the compiled binary then attached to the release which triggered this build? If yes, is it enough to attach just the single gleam file?

Yes that should do OK. There's an example script I run on a macbook in the bin directory which does roughly what we want GitHub to do.

Was this page helpful?
0 / 5 - 0 ratings