Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp authored Aug 25, 2020
1 parent cb8d237 commit 0f0621a
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,21 @@
language: cpp
compiler: gcc

dist: focal
os: linux
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- valgrind
- autoconf
- automake
- autotools-dev
- lcov
- bison
- flex
- texinfo
- verilator
- yosys

install:
# RISCV_TOOLCHAIN
- export RISCV_TOOLCHAIN_PATH=/opt/riscv-gnu-toolchain
- sudo apt-get -y install \
binutils build-essential libtool texinfo \
gzip zip unzip patchutils curl git \
make cmake ninja-build automake bison flex gperf \
grep sed gawk python bc \
zlib1g-dev libexpat1-dev libmpc-dev \
libglib2.0-dev libfdt-dev libpixman-1-dev
- export RISCV_TOOLCHAIN_PATH=$PWD/riscv-gnu-toolchain/drops
- sudo apt-get -y install binutils build-essential libtool texinfo gzip zip unzip patchutils curl git make cmake ninja-build automake bison flex gperf grep sed gawk python bc zlib1g-dev libexpat1-dev libmpc-dev libglib2.0-dev libfdt-dev libpixman-1-dev
- git clone https://github.com/riscv/riscv-gnu-toolchain
- cd riscv-gnu-toolchain
- git submodule update --init --recursive
Expand All @@ -42,8 +29,8 @@ install:
- git clone --recursive https://github.com/vortexgpgpu/vortex.git
- cd Vortex
- make
- make -C /Vortex/benchmarks/opencl/sgemm
- make -C /Vortex/benchmarks/opencl/sgemm run
- make -C benchmarks/opencl/sgemm
- make -C benchmarks/opencl/sgemm run

script:
- ci/regression.sh ..
Expand Down

0 comments on commit 0f0621a

Please sign in to comment.