mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
math requires bc package
This commit is contained in:
parent
b0cbad84f4
commit
39748870b6
|
@ -5,7 +5,7 @@ compiler:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen expect
|
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure
|
- ./configure
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM centos:latest
|
||||||
|
|
||||||
# Build dependency
|
# Build dependency
|
||||||
RUN yum update -y &&\
|
RUN yum update -y &&\
|
||||||
yum install -y autoconf automake clang gcc-c++ make ncurses-devel &&\
|
yum install -y autoconf automake bc clang gcc-c++ make ncurses-devel &&\
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
# Test dependency
|
# Test dependency
|
||||||
|
|
Loading…
Reference in New Issue
Block a user