1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-17 14:14:49 +00:00

Test installation on sourcehut free bsd as well.

This commit is contained in:
Calvin Rose 2019-03-03 14:52:11 -05:00
parent b5eb888af6
commit 402dc2a767

View File

@ -9,3 +9,5 @@ tasks:
cd janet
gmake CC=gcc
gmake test CC=gcc
gmake install CC=gcc
gmake test-install CC=gcc