aboutsummaryrefslogtreecommitdiffhomepage
path: root/.builds
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-03-03 14:52:11 -0500
committerCalvin Rose <calsrose@gmail.com>2019-03-03 14:52:11 -0500
commit402dc2a76774a345a3891c66decbea5705a2c12c (patch)
tree93b96f68540d192fc4c8b3901134b405611bc7b6 /.builds
parentAdd test-install to travis CI. (diff)
Test installation on sourcehut free bsd as well.
Diffstat (limited to '.builds')
-rw-r--r--.builds/.freebsd.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/.freebsd.yaml b/.builds/.freebsd.yaml
index 5fde8b63..4d2c48b5 100644
--- a/.builds/.freebsd.yaml
+++ b/.builds/.freebsd.yaml
@@ -9,3 +9,5 @@ tasks:
cd janet
gmake CC=gcc
gmake test CC=gcc
+ gmake install CC=gcc
+ gmake test-install CC=gcc