Fix drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Anthony Scemama 2022-05-19 15:22:38 +02:00
parent 5323f1c4ed
commit 293f554394

View File

@ -21,12 +21,12 @@ steps:
- bash -c "source qp2/quantum_package.rc ; exec qp_plugins download https://gitlab.com/scemama/qp_plugins_scemama"
- bash -c "source qp2/quantum_package.rc ; exec qp_plugins install champ"
- name: compile
- name: compile_debug
image: scemama666/qp2_env
commands:
- bash -c "cd qp2 ; source quantum_package.rc ; exec ninja"
- name: test
- name: test_debug
image: scemama666/qp2_env
commands:
- bash -c "cd qp2 ; source quantum_package.rc ; TRAVIS=1 exec qp_test -a"
@ -38,12 +38,12 @@ steps:
- bash -c "source qp2/quantum_package.rc ; exec qp_plugins download https://gitlab.com/scemama/qp_plugins_scemama"
- bash -c "source qp2/quantum_package.rc ; exec qp_plugins install champ"
- name: compile
- name: compile_fast
image: scemama666/qp2_env
commands:
- bash -c "cd qp2 ; source quantum_package.rc ; exec ninja"
- name: test
- name: test_fast
image: scemama666/qp2_env
commands:
- bash -c "cd qp2 ; source quantum_package.rc ; exec qp_test -a"