mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
update ci
This commit is contained in:
parent
54045fa05b
commit
66fd2d4e2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -202,8 +202,8 @@ jobs:
|
|||
- name: Run Build
|
||||
run: |
|
||||
TOOLDIR=$PWD/tools
|
||||
mkdir -p build${{ matrix.xlen }}
|
||||
cd build${{ matrix.xlen }}
|
||||
mkdir -p build${{ matrix.xlen }}-vm
|
||||
cd build${{ matrix.xlen }}-vm
|
||||
../configure --tooldir=$TOOLDIR --xlen=${{ matrix.xlen }} --vm_enable=1
|
||||
source ci/toolchain_env.sh
|
||||
make software -s > /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue