mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
a8663c34cd
commit
b89bfe9ecc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ jobs:
|
|||
script: cp -r ../build32 ../build32_opencl && cd ../build32_opencl && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain ./ci/travis_run.py ./ci/regression.sh -coverage
|
||||
- stage: test
|
||||
name: graphics
|
||||
script: cp -r ../build32 ../build32_graphics && cd ../build32_graphics && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain ./ci/travis_run.py ./ci/regression.sh -graphics
|
||||
script: cp -r ../build32 ../build32_graphics && cd ../build32_graphics && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain ./ci/travis_run.py ./ci/regression.sh -graphics
|
||||
- stage: test
|
||||
name: tex
|
||||
script: cp -r ../build32 ../build32_tex && cd ../build32_tex && XLEN=32 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv-gnu-toolchain ./ci/travis_run.py ./ci/regression.sh -tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue