Skip to content
Snippets Groups Projects
Commit 892e9c85 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Remove valgrind do arquivo do CI

parent e75da6f2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,13 +3,12 @@ stages:
before_script:
- apt-get update
- apt-get -y install build-essential make autoconf gcc valgrind
- apt-get -y install build-essential make autoconf gcc
- make
test:
stage: test
script:
- valgrind --leak-check=full ./main
- make test
- cd tests
- gnuplot "tempos.plot"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment