diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-11 19:25:06 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-11 19:25:06 +0300 |
commit | 1f2e12f854196689f2231a8de31d4d6092b1a768 (patch) | |
tree | ce09dd2ad97e2cb718b679aa160dcd5805015e1e | |
parent | Update CI with cmark (diff) | |
download | nheko-1f2e12f854196689f2231a8de31d4d6092b1a768.tar.xz |
Use absolute paths in appveyor
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 95c862d0..99cd25a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,8 +64,8 @@ build_script: -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DLMDBXX_INCLUDE_DIR=.deps/usr/include -DTWEENY_INCLUDE_DIR=.deps/usr/include - -DCMARK_INCLUDE_DIR=.deps/usr/include - -DCMARK_LIBRARY=.deps/usr/lib/cmark_static.lib + -DCMARK_INCLUDE_DIR=C:/projects/nheko/.deps/usr/include + -DCMARK_LIBRARY=C:/projects/nheko/.deps/usr/lib/cmark_static.lib - cmake --build build --config Release after_build: |