Increase dependencies
This commit is contained in:
parent
e449aebf90
commit
9b79f82e99
|
@ -5,7 +5,24 @@ variables:
|
|||
before_script:
|
||||
- |
|
||||
apt-get update -qq &&
|
||||
apt-get install -qq build-essential curl fuse genisoimage gnupg libfuse-dev nasm pkg-config software-properties-common syslinux &&
|
||||
apt-get install -qq \
|
||||
autopoint \
|
||||
bison \
|
||||
build-essential \
|
||||
clang \
|
||||
cmake \
|
||||
curl \
|
||||
flex \
|
||||
fuse \
|
||||
genisoimage \
|
||||
git \
|
||||
gnupg \
|
||||
libfuse-dev \
|
||||
nasm \
|
||||
pkg-config \
|
||||
software-properties-common \
|
||||
syslinux \
|
||||
texinfo &&
|
||||
apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
|
||||
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
|
||||
apt-get update -qq &&
|
||||
|
@ -17,4 +34,5 @@ build:
|
|||
script:
|
||||
- |
|
||||
source "$HOME/.cargo/env" &&
|
||||
cargo install cargo-config xargo &&
|
||||
make ci
|
||||
|
|
Loading…
Reference in a new issue