From f7fef70e9ddb9f52b071703d3ff0683b921606ac Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 7 Feb 2020 16:38:14 +0200 Subject: [build] Move the `next` buildsystem to the root This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier. --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 2440c3f601..16e7127098 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,13 +78,11 @@ before_build: build_script: - call "%VCVARSALL%" amd64 - - cmake -E remove ../next/vendor - - cmake -E copy_directory ../vendor ../next/vendor - cmake -G "Ninja" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DCMAKE_MAKE_PROGRAM="%APPVEYOR_BUILD_FOLDER%\platform\qt\ninja.exe" -DCMAKE_PREFIX_PATH=%QT_PREFIX% -DMBGL_WITH_QT=ON - ../next + .. - cmake --build . --target qmapboxgl -- -j %NUMBER_OF_PROCESSORS% - clcache -s -- cgit v1.2.1