CI: Run smoke test with cython
This commit is contained in:
parent
261b6e48d6
commit
c41c6b28ff
@ -21,13 +21,13 @@
|
|||||||
run: rpm -qa
|
run: rpm -qa
|
||||||
- smoke:
|
- smoke:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: "VERSION={{ pybasever }} CYTHON=false ./venv.sh"
|
run: "VERSION={{ pybasever }} ./venv.sh"
|
||||||
- smoke_virtualenv:
|
- smoke_virtualenv:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: "VERSION={{ pybasever }} METHOD=virtualenv CYTHON=false ./venv.sh"
|
run: "VERSION={{ pybasever }} METHOD=virtualenv ./venv.sh"
|
||||||
- debugsmoke:
|
- debugsmoke:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh"
|
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} ./venv.sh"
|
||||||
- selftest:
|
- selftest:
|
||||||
dir: python/selftest
|
dir: python/selftest
|
||||||
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
|
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user