Fix cmake .. command

This commit is contained in:
Peter Dimov
2018-09-28 21:36:42 +03:00
parent 12329aa501
commit eec233c0e5

View File

@@ -39,7 +39,7 @@ matrix:
install: true
script:
- mkdir __build__ && cd __build__
- cmake ../libs/assert
- cmake ..
- cmake --build . --target check
install: