diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
commit | 1b373185aa2c9df3ffccc4204f91839c8768e466 (patch) | |
tree | 7ad0de35887022ec0036593111089116c662dffd /.travis.yml | |
parent | Merge pull request #5511 (diff) | |
parent | Add depends riscv 64 bit support (diff) | |
download | monero-1b373185aa2c9df3ffccc4204f91839c8768e466.tar.xz |
Merge pull request #5702
13c0b8c Add depends riscv 64 bit support (TheCharlatan)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d83675869..07b92aaff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ env: - SDK_URL=https://bitcoincore.org/depends-sources/sdks - DOCKER_PACKAGES="build-essential libtool cmake autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache" matrix: +# RISCV 64bit + - HOST=riscv64-linux-gnu PACKAGES="python3 gperf g++-riscv64-linux-gnu" # ARM v7 - HOST=arm-linux-gnueabihf PACKAGES="python3 gperf g++-arm-linux-gnueabihf" # ARM v8 |