Archived
1
0

Merge pull request #2466 from cdr/freebsd-abe7

ci: Add support for FreeBSD to the build process
This commit is contained in:
Anmol Sethi
2020-12-18 13:04:11 -05:00
committed by GitHub
10 changed files with 14278 additions and 341 deletions

View File

@ -5,6 +5,7 @@
- [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [macOS](#macos)
- [FreeBSD](#freebsd)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -40,3 +41,10 @@ npm config set python python2
```bash
xcode-select --install
```
## FreeBSD
```sh
pkg install -y git python npm-node12 yarn-node12 pkgconf
pkg install -y libsecret libxkbfile libx11 libinotify
```