Compile libgram in SourceHut builds
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 10:02:04 +0000 (12:02 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 10:02:04 +0000 (12:02 +0200)
.build.yml

index a16665de02b1db77ee94c7d68dea8a26e1295515..55c6349c345f23e8f472a5614a2a1cd48e908ea6 100644 (file)
@@ -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