Merge pull request #579 from antmicro/umarcor/deprecated
ci/Pipeline: force usage of the deprecated flow in job(s) 'Deprecated'
This commit is contained in:
commit
b2647f1760
|
@ -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