generate a test report in junit format

should improve gitlab-ci output
This commit is contained in:
Thomas Bernard
2020-02-16 23:07:12 +01:00
parent 1664c8410d
commit 4eee27953c
3 changed files with 45 additions and 9 deletions

View File

@@ -13,6 +13,9 @@ tests:
- apt-get install -y -qq libsdl1.2-dev libpng-dev libsdl-ttf2.0-dev libsdl-image1.2-dev liblua5.3-dev
script:
- "CFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address OPTIM=0 make check || exit 1"
artifacts:
reports:
junit: test-report.xml
checkversions:
stage: test