summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 39dfeb129fb9008e452fa78022687003a4486d96 (plain)
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
branches:
  only:
    - master

clone_depth: 15

install:
  - mkdir ext && cd ext
  - git clone --depth 1 git://github.com/DOCGroup/MPC.git
  - cd ..
  - set MPC_ROOT=%CD%\ext\MPC
  - set ACE_ROOT=%CD%\ACE
  - set TAO_ROOT=%CD%\TAO
  - set PATH=%ACE_ROOT%\lib:%PATH%
  - ps: $CONTENT='#include "ace/config-win32.h"'
  - ps: $CONTENT > ACE\ace\config.h
  - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
  - call perl %CD%\ACE\bin\mwc.pl -type vc12 %CD%\TAO\TAO_ACE.mwc

platform:
  - x64

configuration:
  - Debug

build:
  parallel: true
  project: TAO\TAO_ACE.sln

test: off