We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdde87 commit 46dcaa0Copy full SHA for 46dcaa0
.travis.yml
@@ -73,11 +73,13 @@ matrix:
73
74
script:
75
- |
76
+ set -us
77
+
78
mkdir -p libdash/cmake-build-${BUILD_TYPE}
79
cd libdash/cmake-build-${BUILD_TYPE}
80
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
81
82
make
83
- export LD_LIBRARY_PATH=$(realpath ./bin)
84
+ export LD_LIBRARY_PATH=$(pwd)/bin
85
./bin/libdash_networkpart_test
libdash/libdash_networkpart_test/libdash_networkpart_test.cpp
@@ -91,6 +91,4 @@ int main()
91
std::cout << "finished!" << std::endl << std::endl;
92
93
delete(peristenthttpconnection);
94
-
95
- getchar();
96
}
0 commit comments