ci/Pipeline: force usage of the deprecated flow in job(s) 'Deprecated'
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
df8091450b
commit
28c35300b8
|
@ -123,7 +123,7 @@ jobs:
|
||||||
cd ${{ matrix.fam }}
|
cd ${{ matrix.fam }}
|
||||||
|
|
||||||
case '${{ matrix.fam }}' in
|
case '${{ matrix.fam }}' in
|
||||||
xc7) TARGET="arty_35" make -C counter_test;;
|
xc7) TARGET="arty_35" F4PGA_USE_DEPRECATED=true make -C counter_test;;
|
||||||
eos-s3) make -C btn_counter;;
|
eos-s3) make -C btn_counter;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue