diff options
author | TheCharlatan <seb.kung@gmail.com> | 2019-06-27 00:25:47 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2019-08-20 15:24:47 +0200 |
commit | 13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c (patch) | |
tree | 39cae8d5601ac9a267509b9322ee3e9b9c9e589e /.travis.yml | |
parent | Merge pull request #5635 (diff) | |
download | monero-13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c.tar.xz |
Add depends riscv 64 bit support
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 |