forked from DOCGroup/DAnCE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (29 loc) · 878 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
branches:
only:
- master
os: Visual Studio 2017
clone_depth: 15
install:
- mkdir ext && cd ext
- git clone --depth 1 git://github.com/DOCGroup/MPC.git
- git clone --depth 1 git://github.com/DOCGroup/ACE_TAO.git
- git clone --depth 1 git://github.com/DOCGroup/CIAO.git
- cd ..
- set MPC_ROOT=%CD%\ext\MPC
- set ACE_ROOT=%CD%\ext\ACE_TAO\ACE
- set TAO_ROOT=%CD%\ext\ACE_TAO\TAO
- set CIAO_ROOT=%CD%\ext\CIAO
- set DANCE_ROOT=%CD%
- set PATH=%ACE_ROOT%\lib:%PATH%
- ps: $CONTENT='#include "ace/config-win32.h"'
- ps: $CONTENT > ext\ACE_TAO\ACE\ace\config.h
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
- perl %ACE_ROOT%\bin\mwc.pl -type vs2017 %DANCE_ROOT%\DAnCE_TAO.mwc
platform:
- x64
configuration:
- Debug
build:
parallel: true
project: DAnCE_TAO.sln
test: off