Skip to content

Commit 833b2e0

Browse files
committed
test test
1 parent 372cd13 commit 833b2e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ script:
6161
export Clang_DIR="/usr/share/llvm-3.9/cmake/";
6262
export CXX="clang++-3.9";
6363
cmake ..;
64+
ls -la CMakeFiles/;
65+
ls -la CMakeFiles/emu.dir/;
66+
cat CMakeFiles/emu.dir/build.make;
6467
if make -j3; then
6568
export LD_LIBRARY_PATH="$(dirname $0)/llvm-${LLVM_VERSION}/lib";
6669
export FCD="build/fcd";

0 commit comments

Comments
 (0)