forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
37 lines (28 loc) · 928 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
37
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 -q -b Latest_Micro --depth 1 git://github.com/DOCGroup/ACE_TAO.git
- cd ..
- set MPC_ROOT=%CD%\ext\MPC
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
- call configure --no-tests --ace=ext\ACE_TAO\ACE
- perl ext\ACE_TAO\ACE\bin\mwc.pl -type vs2017 tests\DCPS\Messenger
platform:
- x64
configuration:
- Debug
#build:
# parallel: true
# project: DDS_TAOv2.sln
build_script:
- msbuild DDS_TAOv2.sln /m /p:Configuration=Debug;Platform=x64
- msbuild tests\DCPS\Messenger\Messenger.sln /m /p:Configuration=Debug;Platform=x64
after_build:
- cd tests\DCPS\Messenger && run_test.pl rtps
- cd ..\..\..\DevGuideExamples\DCPS\Messenger && appveyor_run_test.pl
test: off