genode-ehmry/nimble/binaries.tup

13 lines
410 B
Plaintext
Raw Normal View History

# Drop the relase flag with the line "NIM_RELEASE_FLAG="
NIM_RELEASE_FLAG = -d:release
2019-02-26 01:36:07 +01:00
2019-02-28 14:13:56 +01:00
!nim_build = |> ^o Nimble %B^ nimble cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix -o:%B %f |> %B ./<binaries>
: foreach src/*.nim |> !nim_build |> {output}
2019-02-27 22:33:14 +01:00
: foreach {output} |> !strip_to_depot |> {binary}
2019-02-26 01:36:07 +01:00
ifdef DEPOT_KEY
: {binary} |> !depot_bin_tarball |> {tarballs}
2019-02-26 22:03:09 +01:00
: foreach {tarballs} |> !public_signature |>
2019-02-26 01:36:07 +01:00
endif