mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
CI script fixes
This commit is contained in:
parent
198c3b92ff
commit
be935420f0
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -148,11 +148,11 @@ jobs:
|
|||
cd build${{ matrix.xlen }}
|
||||
source ci/toolchain_env.sh
|
||||
if [ "${{ matrix.name }}" == "regression" ]; then
|
||||
./ci/regression.sh --unittest
|
||||
./ci/regression.sh --isa
|
||||
./ci/regression.sh --kernel
|
||||
./ci/regression.sh --synthesis
|
||||
./ci/regression.sh --regression
|
||||
bash ./ci/regression.sh --unittest
|
||||
bash ./ci/regression.sh --isa
|
||||
bash ./ci/regression.sh --kernel
|
||||
bash ./ci/regression.sh --synthesis
|
||||
bash ./ci/regression.sh --regression
|
||||
else
|
||||
./ci/regression.sh --${{ matrix.name }}
|
||||
bash ./ci/regression.sh --${{ matrix.name }}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue