Add travis freebsd
This commit is contained in:
parent
411f1b0ee3
commit
1d78db2709
|
@ -34,6 +34,8 @@ env:
|
||||||
- HOST=x86_64-unknown-linux-gnu PACKAGES="gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev"
|
- HOST=x86_64-unknown-linux-gnu PACKAGES="gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev"
|
||||||
# Cross-Mac
|
# Cross-Mac
|
||||||
- HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git" OSX_SDK=10.11
|
- HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git" OSX_SDK=10.11
|
||||||
|
# x86_64 Freebsd
|
||||||
|
- HOST=x86_64-unknown-freebsd PACKAGES="clang-8 gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
|
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
|
||||||
|
|
|
@ -547,6 +547,11 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t
|
||||||
* Requires: `g++-aarch64-linux-gnu`
|
* Requires: `g++-aarch64-linux-gnu`
|
||||||
* ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries.
|
* ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries.
|
||||||
* Requires: `g++-riscv64-linux-gnu`
|
* Requires: `g++-riscv64-linux-gnu`
|
||||||
|
* ```make depends target=x86_64-unknown-freebsd``` for freebsd binaries.
|
||||||
|
* Requires: `clang-8`
|
||||||
|
* ```make depends target=arm-linux-android``` for 32bit android binaries
|
||||||
|
* ```make depends target=aarch64-linux-android``` for 64bit android binaries
|
||||||
|
|
||||||
|
|
||||||
The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names.
|
The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue