Compare commits

...

2 commits

Author SHA1 Message Date
21dbf3fa8f
wip
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2025-10-09 12:01:22 +03:30
ccb457ae80
ci: revert changes 2025-10-09 12:00:00 +03:30

View file

@ -1,4 +1,4 @@
---
# ---
# kind: pipeline
# type: exec
# name: amd64 — msvc
@ -16,35 +16,35 @@
# - ./tools/ci/amd64/msvc/unit_tests.ps1
#
# ---
kind: pipeline
type: docker
name: amd64 — gcc
trigger:
branch:
- main
# kind: pipeline
# type: docker
# name: amd64 — gcc
# trigger:
# branch:
# - main
#
steps:
# steps:
# - name: unit tests
# image: ci:latest
# pull: if-not-exists
# commands:
# - ./tools/ci/amd64/gcc/unit_tests.sh
#
- name: valgrind
image: ci:latest
pull: if-not-exists
commands:
- ./tools/ci/amd64/gcc/valgrind.sh
# - name: valgrind
# image: ci:latest
# pull: if-not-exists
# commands:
# - ./tools/ci/amd64/gcc/valgrind.sh
#
# ---
# kind: pipeline
# type: docker
# name: amd64 — clang
# trigger:
# branch:
# - main
#
# steps:
---
kind: pipeline
type: docker
name: amd64 — clang
trigger:
branch:
- main
steps:
# - name: code coverage
# image: ci:latest
# pull: if-not-exists
@ -54,12 +54,12 @@ steps:
# commands:
# - ./tools/ci/amd64/clang/coverage.sh
#
# - name: leak sanitizer
# image: ci:latest
# pull: if-not-exists
# commands:
# - ./tools/ci/amd64/clang/lsan.sh
#
- name: leak sanitizer
image: ci:latest
pull: if-not-exists
commands:
- ./tools/ci/amd64/clang/lsan.sh
# - name: memory sanitizer
# image: ci:latest
# pull: if-not-exists