forked from hpcc-systems/eclide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
23 lines (23 loc) · 826 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: cpp
os: windows
cache:
directories:
- ./vcpkg/buildtrees
- ./vcpkg/downloads
- ./vcpkg/installed
- ./vcpkg/packages
env:
- MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"
script:
- export PATH=$MSBUILD_PATH:$PATH
- cd vcpkg
- ./bootstrap-vcpkg.bat
- travis_wait 60 ./vcpkg.exe install boost-crc boost-asio boost-date-time boost-filesystem boost-format boost-multi-index boost-program-options boost-ptr-container boost-random boost-serialization boost-signals boost-spirit boost-thread scintilla wtl gsoap bugtrap
- cd ..
- cd ..
- mkdir build
- cd build
- mkdir eclide
- cd eclide
- cmake ../../eclide -DCMAKE_TOOLCHAIN_FILE=../../eclide/vcpkg/scripts/buildsystems/vcpkg.cmake
- cmake --build . --config RelWithDebInfo -- -m