mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 20:16:47 +00:00
15 lines
461 B
YAML
15 lines
461 B
YAML
clone_depth: 5
|
|
|
|
environment:
|
|
matrix:
|
|
- CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
|
|
CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_64_opengl
|
|
CONFIGURATION: Release
|
|
|
|
build_script:
|
|
- mkdir build && cd build
|
|
- cmake .. -G"%CMAKE_GENERATOR%"
|
|
- cmake --build . --config %CONFIGURATION%
|
|
|
|
on_finish:
|
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) |