summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-04-27 12:15:52 -0700
committerHeejin Ahn <aheejin@gmail.com>2019-04-27 12:17:23 -0700
commit5984a71b3e914c8cc149efbb1117b7e96678cdb8 (patch)
tree0107b82a898e21ed428634e4d416f257f1f40d0a
parent3992d785a670ce322d3d21265f44680a72769335 (diff)
downloadbinaryen-5984a71b3e914c8cc149efbb1117b7e96678cdb8.tar.gz
binaryen-5984a71b3e914c8cc149efbb1117b7e96678cdb8.tar.bz2
binaryen-5984a71b3e914c8cc149efbb1117b7e96678cdb8.zip
Where is the current directory?
-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}