mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activates valgrind pass in CircleCI.
This commit is contained in:
parent
d9b8c89e81
commit
823fd33943
@ -28,6 +28,11 @@ defaults:
|
|||||||
- run_tests: &run_tests
|
- run_tests: &run_tests
|
||||||
name: Tests
|
name: Tests
|
||||||
command: scripts/tests.sh --junit_report test_results
|
command: scripts/tests.sh --junit_report test_results
|
||||||
|
- run_tests_valgrind:
|
||||||
|
<<: *run_tests
|
||||||
|
name: Tests with Valgrind
|
||||||
|
environment:
|
||||||
|
ENABLE_VALGRIND: yes
|
||||||
- run_regressions: &run_regressions
|
- run_regressions: &run_regressions
|
||||||
name: Regression tests
|
name: Regression tests
|
||||||
command: scripts/regressions.py -o test_results
|
command: scripts/regressions.py -o test_results
|
||||||
@ -282,7 +287,7 @@ jobs:
|
|||||||
name: Test buglist
|
name: Test buglist
|
||||||
command: ./test/buglistTests.js
|
command: ./test/buglistTests.js
|
||||||
|
|
||||||
test_x86_linux:
|
test_x86_linux: &test_x86_linux
|
||||||
docker:
|
docker:
|
||||||
- image: buildpack-deps:bionic
|
- image: buildpack-deps:bionic
|
||||||
environment:
|
environment:
|
||||||
@ -314,6 +319,11 @@ jobs:
|
|||||||
path: test_results/
|
path: test_results/
|
||||||
destination: test_results/
|
destination: test_results/
|
||||||
|
|
||||||
|
test_x86_linux_valgrind:
|
||||||
|
<<: *test_x86_linux
|
||||||
|
environment:
|
||||||
|
ENABLE_VALGRIND: yes
|
||||||
|
|
||||||
test_x86_clang7_asan:
|
test_x86_clang7_asan:
|
||||||
docker:
|
docker:
|
||||||
- image: buildpack-deps:cosmic
|
- image: buildpack-deps:cosmic
|
||||||
@ -487,6 +497,10 @@ workflows:
|
|||||||
<<: *build_on_tags
|
<<: *build_on_tags
|
||||||
requires:
|
requires:
|
||||||
- build_x86_linux
|
- build_x86_linux
|
||||||
|
- test_x86_linux_valgrind:
|
||||||
|
<<: *build_on_tags
|
||||||
|
requires:
|
||||||
|
- build_x86_linux
|
||||||
- test_x86_clang7_asan:
|
- test_x86_clang7_asan:
|
||||||
<<: *build_on_tags
|
<<: *build_on_tags
|
||||||
requires:
|
requires:
|
||||||
|
Loading…
Reference in New Issue
Block a user