appveyor.yml: Update to Qt 5.15 and VS 2019
Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
@@ -19,7 +19,7 @@ build-appimage:
|
||||
- sudo cmake --build build --target install
|
||||
- cd ..
|
||||
- git clone https://github.com/commonmark/cmark.git && cd cmark
|
||||
- git checkout tags/0.29.0
|
||||
- git reset --hard tags/0.29.0
|
||||
- cmake . -Bbuild -LA -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install -DCMARK_SHARED=ON -DCMARK_STATIC=ON -DCMARK_TESTS=OFF
|
||||
- cmake --build build --target install --parallel $(nproc)
|
||||
- cd ..
|
||||
|
||||
Reference in New Issue
Block a user