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 fi
before_script: before_script:
- export CFLAGS="-fprofile-arcs -ftest-coverage" - export CFLAGS="-fprofile-arcs -ftest-coverage"
- cmake . - mkdir build && cd build && cmake ..
script: script:
- make - make
- make check - make check
@@ -124,7 +124,7 @@ before_install:
fi fi
before_script: before_script:
- cmake . - mkdir build && cd build && cmake ..
script: script:
- make - make