Add FreeBSD to TravisCI

Implement the generation of Travis jobs for FreeBSD. The generated jobs
replicate the existing CirrusCI config.
This commit is contained in:
Alex Lapenkou
2022-01-06 19:31:09 -08:00
committed by Alexander Lapenkov
parent a93931537e
commit fdb6c10162
5 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/tcsh
su -m root -c 'pkg install -y git'