Perform the travis build in a subdir, so the distcheck target works.

This commit is contained in:
Eric Haszlakiewicz
2020-04-08 01:34:22 +00:00
parent 677a8ccf44
commit a3b82cbc77

View File

@@ -101,7 +101,7 @@ matrix:
fi
before_script:
- export CFLAGS="-fprofile-arcs -ftest-coverage"
- cmake .
- mkdir build && cd build && cmake ..
script:
- make
- make check
@@ -124,7 +124,7 @@ before_install:
fi
before_script:
- cmake .
- mkdir build && cd build && cmake ..
script:
- make