Skip to content

Commit

Permalink
Trying to fix build on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Feb 13, 2019
1 parent 6abbae7 commit cab426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_script:
- echo m8r_repository var: "{m8r_repository}"
- echo m8r_repository env var: "%M8R_HOME%"
- cd
- cd "deps\cmark-gfm"
- cd "deps/cmark-gfm"
- cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_CONFIGURATION_TYPES=Debug;Release -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF ..
- cmake --build . --config Release -- /m
- cmake --build . --config Debug -- /m
Expand Down

0 comments on commit cab426d

Please sign in to comment.