diff options
author | redsky17 <joedonofry@gmail.com> | 2019-02-27 01:45:40 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-02-27 01:45:40 +0000 |
commit | 617875f906eca7edbef0d42977d933b0f3625f79 (patch) | |
tree | c456e24aefe7907988f8417f9350f9438d0d94c1 /appveyor.yml | |
parent | Revert dockerfile to trusty and build sodium locally (diff) | |
download | nheko-617875f906eca7edbef0d42977d933b0f3625f79.tar.xz |
Make appveyor script Build Nlohmann
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1e0fcb1a..94aa7a6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,6 @@ install: - set PATH=%PATH%;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - vcpkg install - nlohmann-json:%PLATFORM%-windows boost-asio:%PLATFORM%-windows boost-beast:%PLATFORM%-windows boost-iostreams:%PLATFORM%-windows @@ -57,7 +56,7 @@ build_script: - cmake -G "Visual Studio 15 2017 Win64" -Hdeps -B.deps -DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_BUNDLED_BOOST=OFF - -DUSE_BUNDLED_JSON=OFF + -DUSE_BUNDLED_JSON=ON - cmake --build .deps --config Release # Build nheko |