We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372cd13 commit 833b2e0Copy full SHA for 833b2e0
.travis.yml
@@ -61,6 +61,9 @@ script:
61
export Clang_DIR="/usr/share/llvm-3.9/cmake/";
62
export CXX="clang++-3.9";
63
cmake ..;
64
+ ls -la CMakeFiles/;
65
+ ls -la CMakeFiles/emu.dir/;
66
+ cat CMakeFiles/emu.dir/build.make;
67
if make -j3; then
68
export LD_LIBRARY_PATH="$(dirname $0)/llvm-${LLVM_VERSION}/lib";
69
export FCD="build/fcd";
0 commit comments