Compare commits
No commits in common. "a5a8c8571bc43695cd146ba3a1326b1ab0d65a34" and "4e6cd1266c29883d3d1ce93786625012061f5916" have entirely different histories.
a5a8c8571b
...
4e6cd1266c
2 changed files with 2 additions and 7 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
|
||||||
|
|
|
@ -4,11 +4,6 @@ set -e
|
||||||
cd $(git rev-parse --show-toplevel)/
|
cd $(git rev-parse --show-toplevel)/
|
||||||
rm -rf ./build
|
rm -rf ./build
|
||||||
|
|
||||||
echo 'Static analysis is currently disabled as code is filled with failing clang-tidy checks'
|
|
||||||
echo 'Runng this would be a waste of CPU cycles and electricty'
|
|
||||||
echo 'Fix the checks before removing these lines'
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
conan build . \
|
conan build . \
|
||||||
-c tools.system.package_manager:mode=install \
|
-c tools.system.package_manager:mode=install \
|
||||||
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
-c tools.cmake.cmaketoolchain:generator=Ninja \
|
||||||
|
|
Loading…
Add table
Reference in a new issue