mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Update sourcehut FreeBSD config
This commit is contained in:
parent
f42b7d30b3
commit
cfd1e760a4
|
@ -1,26 +1,29 @@
|
|||
image: freebsd/latest
|
||||
packages:
|
||||
- ncurses
|
||||
- cmake
|
||||
- gcc
|
||||
- gettext
|
||||
- cmake
|
||||
- gmake
|
||||
- llvm
|
||||
- ncurses
|
||||
- ninja
|
||||
- pcre2
|
||||
- py39-pexpect
|
||||
- python
|
||||
- py38-pexpect
|
||||
- rust
|
||||
sources:
|
||||
- https://git.sr.ht/~faho/fish
|
||||
- https://github.com/fish-shell/fish-shell
|
||||
tasks:
|
||||
- build: |
|
||||
cd fish
|
||||
mkdir build || :
|
||||
cd fish-shell
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. \
|
||||
cmake -GNinja .. \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_DATADIR=share \
|
||||
-DCMAKE_INSTALL_DOCDIR=share/doc/fish \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||
gmake -j2
|
||||
ninja
|
||||
- test: |
|
||||
cd fish/build
|
||||
gmake test
|
||||
cd fish-shell/build
|
||||
ninja test
|
||||
|
|
Loading…
Reference in New Issue
Block a user