summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fee18a913..2f28eb689 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,12 +59,17 @@ jobs:
script:
- set -o errexit
- flake8
+ - pwd
+ - ls
- ./clang-format-diff.sh
# ensure generated parser is up to date
- ./scripts/gen-s-parser.py | diff src/gen-s-parser.inc -
- BUILD_SUBDIR=${BUILD_SUBDIR:-.}
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
+ - pwd
+ - ls
+ - ls /home/travis/build/WebAssembly/binaryen
- ./clang-tidy-diff.sh
- make -j2 install
- cd ${TRAVIS_BUILD_DIR}