forked from boostorg/assert
Fix cmake ..
command
This commit is contained in:
@@ -39,7 +39,7 @@ matrix:
|
|||||||
install: true
|
install: true
|
||||||
script:
|
script:
|
||||||
- mkdir __build__ && cd __build__
|
- mkdir __build__ && cd __build__
|
||||||
- cmake ../libs/assert
|
- cmake ..
|
||||||
- cmake --build . --target check
|
- cmake --build . --target check
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Reference in New Issue
Block a user