This commit is contained in:
parent
e024453717
commit
a5a8c8571b
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ steps:
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
shell: powershell
|
shell: powershell
|
||||||
commands:
|
commands:
|
||||||
- ./tools/ci/amd64/msvc/unit-tests.ps1
|
- ./tools/ci/amd64/msvc/unit_tests.ps1
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -28,7 +28,7 @@ steps:
|
||||||
image: unit_tests:latest
|
image: unit_tests:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- ./tools/ci/amd64/gcc/unit-tests.sh
|
- ./tools/ci/amd64/gcc/unit_tests.sh
|
||||||
|
|
||||||
- name: valgrind
|
- name: valgrind
|
||||||
image: valgrind:latest
|
image: valgrind:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue