Browse Source

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

tags/json-c-0.14-20200419
Eric Haszlakiewicz 5 years ago
parent
commit
a3b82cbc77
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml 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


Loading…
Cancel
Save