Skip to content
Snippets Groups Projects
Commit f38e14ab authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Move chached dependencies folder

parent 972ef080
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -ex
mkdir -p /tmp/.deps
mkdir -p .deps
if [ $TRAVIS_OS_NAME == linux ]; then
export CXX=${CXX_VERSION}
......@@ -25,7 +25,7 @@ if [ $TRAVIS_OS_NAME == linux ]; then
-DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \
#-DHUNTER_CONFIGURATION_TYPES=Debug \ << needs gtest release for some reason
-DHUNTER_ROOT=/tmp/.deps \
-DHUNTER_ROOT=.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DCOVERAGE=${COVERAGE} || true
cmake --build build
......@@ -44,7 +44,7 @@ if [ $TRAVIS_OS_NAME == osx ]; then
-DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \
-DHUNTER_CONFIGURATION_TYPES=Release \
-DHUNTER_ROOT=/tmp/.deps \
-DHUNTER_ROOT=.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DUSE_BUNDLED_GTEST=OFF || true
cmake --build build
......
......@@ -73,7 +73,8 @@ matrix:
cache:
directories:
- /tmp/.deps
- .deps
- build/_deps
install: ./.ci/install.sh
......
......@@ -6,13 +6,13 @@
#include <nlohmann/json.hpp>
#endif
#include "mtx/errors.hpp" // for Error
#include "mtx/events.hpp" // for EventType, to_string, json
#include "mtx/events/collections.hpp" // for TimelineEvents
#include "mtx/identifiers.hpp" // for User
#include "mtx/responses/empty.hpp" // for Empty, Logout, RoomInvite
#include "mtxclient/http/errors.hpp" // for ClientError
#include "mtxclient/utils.hpp" // for random_token, url_encode, des...
#include "mtx/errors.hpp" // for Error
#include "mtx/events.hpp" // for EventType, to_string, json
#include "mtx/events/collections.hpp" // for TimelineEvents
#include "mtx/identifiers.hpp" // for User
#include "mtx/responses/empty.hpp" // for Empty, Logout, RoomInvite
#include "mtxclient/http/errors.hpp" // for ClientError
#include "mtxclient/utils.hpp" // for random_token, url_encode, des...
#include <boost/beast/http/fields.hpp> // for fields
#include <boost/beast/http/status.hpp> // for status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment