From: Jean THOMAS Date: Mon, 3 Aug 2020 10:02:04 +0000 (+0200) Subject: Compile libgram in SourceHut builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=564e734518991fd482f69912b056a38af1189324;p=gram.git Compile libgram in SourceHut builds --- diff --git a/.build.yml b/.build.yml index a16665d..55c6349 100644 --- a/.build.yml +++ b/.build.yml @@ -41,4 +41,7 @@ tasks: cd ~/gram export YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc NMIGEN_USE_YOSYS=builtin contrib/test + - compile-libgram: | + cd ~/gram/libgram + CFLAGS="-DGRAM_RW_FUNC" make TRIPLE="" shell: false