Skip to content
Snippets Groups Projects
Commit 45e7830d authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] Trying to fix VS2015 compilation.

parent b6a68b2e
No related branches found
No related tags found
No related merge requests found
......@@ -27,24 +27,24 @@ win_visual_studio_static_local_deps:
# Windows 10 with dependencies
# downloaded (and compiled) locally
# compiled by VisualStudio 2015
#win_visual_studio_2015_static_local_deps:
# tags:
# - Win
#
# image: windows:latest
#
# stage: build
#
# before_script:
# - rmdir /s /q build external_dependencies/*
# - set DEPENDENCIES_LINK_TYPE=static
# - set clean_after=yes
# - set BUILD_LIB=yes
# - set BUILD_EXAMPLES=yes
# - set BUILD_TESTS=yes
#
# script:
# - call build_scripts\windows\win_VS2015_build_x64_release.bat
win_visual_studio_2015_static_local_deps:
tags:
- Win
image: windows:latest
stage: build
before_script:
- rmdir /s /q build external_dependencies/*
- set DEPENDENCIES_LINK_TYPE=static
- set clean_after=yes
- set BUILD_LIB=yes
- set BUILD_EXAMPLES=yes
- set BUILD_TESTS=yes
script:
- call build_scripts\windows\win_VS2015_build_x64_release.bat
# Latest Ubuntu with dependencies
# in system directories, Boost
......
......@@ -9,6 +9,7 @@
#include <vector>
#include <memory>
#include <algorithm>
#include <unordered_map>
#include "../settings.h"
#include "../DataSet/DataSet.h"
......
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