Skip to content

Commit

Permalink
Fix Valgrind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Jul 20, 2016
1 parent 29b01cf commit 530f2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ script:
- cd tests
- ./run.sh enemies.bats
- ./run.sh classes.bats
- cd ..

# Valgrind a raid profile with Linux
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then valgrind --show-reachable=yes --leak-check=full ./engine/simc Raid_T18H.simc iterations=5 threads=1 output=/dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then valgrind --show-reachable=yes --leak-check=full ./engine/simc Raid_T18H.simc iterations=5 threads=1 fight_style=HelterSkelter output=/dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then valgrind --show-reachable=yes --leak-check=full ./engine/simc Raid_T18H.simc iterations=5 threads=1 fight_style=HecticAddCleave output=/dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then valgrind --show-reachable=yes --leak-check=full ./engine/simc Raid_T18H.simc iterations=5 threads=1 fight_style=BeastLord output=/dev/null; fi

0 comments on commit 530f2db

Please sign in to comment.