--- kind: pipeline name: test on amd64 platform: arch: amd64 steps: - name: test build + valgrind pull: if-not-exists image: immawanderer/docker-archlinux-cdev commands: - cmake CMakeLists.txt - make - valgrind --log-file=valgrind_output ./pjc-0x02 < ./test_input > output - cat valgrind_output - grep "no leaks are possible" valgrind_output