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 6fe2fa8 commit 00f2097Copy full SHA for 00f2097
.travis.yml
@@ -19,3 +19,5 @@ before_script:
19
script:
20
# Build BTpp
21
- (cd build; cmake .. ;cmake --build . )
22
+ #Install BTpp
23
+ - (cd build; sudo cmake --build . --target install)
0 commit comments