mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
travis build fix
This commit is contained in:
parent
fd40c79c41
commit
3e87cab7e5
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ install:
|
|||
- export POCL_CC_PATH=$TOOLDIR/pocl/compiler
|
||||
- export POCL_RT_PATH=$TOOLDIR/pocl/runtime
|
||||
# build project
|
||||
- make clean-all
|
||||
- cp -r $PWD ../build32 && cd ../build32 && make -s
|
||||
- cp -r $PWD ../build64 && cd ../build64 && XLEN=64 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv64-gnu-toolchain make -s
|
||||
- cp -r $PWD ../build32 && cd ../build32 && make clean-all && make -s
|
||||
- cp -r $PWD ../build64 && cd ../build64 && make clean-all && XLEN=64 RISCV_TOOLCHAIN_PATH=$TOOLDIR/riscv64-gnu-toolchain make -s
|
||||
|
||||
# stages ordering
|
||||
stages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue