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 d51f83e commit 6df3652Copy full SHA for 6df3652
.travis.yml
@@ -22,8 +22,8 @@ script:
22
- cmake --version
23
- cmake -DCMAKE_BUILD_TYPE=Release -DLSL_UNIXFOLDERS=1 ${CMakeArgs} -DLSL_UNITTESTS=1 ../
24
- cmake --build . --config Release --target install
25
-- testing/lsl_test_internal
26
-- testing/lsl_test_exported || true
+- testing/lsl_test_internal || true
+- testing/lsl_test_exported
27
- cpack
28
- cd ..
29
deploy:
0 commit comments