Skip to content

Commit

Permalink
Fix CMake keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jul 6, 2020
1 parent 30dabc3 commit a24495e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ install:
- pip install fypp

script:
- mkdir -p _build && pushd _build && cmake -DMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .. && make -j
- mkdir -p _build && pushd _build && cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .. && make -j

0 comments on commit a24495e

Please sign in to comment.