forked from jrl-umi3218/RBDyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
58 lines (51 loc) · 1.9 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Copyright 2012-2016 CNRS-UM LIRMM, CNRS-AIST JRL
#
# This file is part of RBDyn.
#
# RBDyn is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# RBDyn is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with RBDyn. If not, see <http://www.gnu.org/licenses/>.
version: 1.0.{build}
image: Visual Studio 2015
clone_folder: C:/devel-src/RBDyn
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
environment:
CI_OS_NAME: win32
CI_TOOL: appveyor
CHOCO_DEPENDENCIES: "doxygen.portable"
GIT_DEPENDENCIES: "jrl-umi3218/SpaceVecAlg"
# Should be the same as clone_folder
PROJECT_SOURCE_DIR: C:/devel-src/RBDyn
# Do not tinker with the variables below unless you know what you are doing
SOURCE_FOLDER: C:\devel-src
CMAKE_INSTALL_PREFIX: C:/devel
PATH: C:/devel/bin;C:\Libraries\boost_1_67_0\lib64-msvc-14.0;%PATH%
PKG_CONFIG_PATH: C:/devel/lib/pkgconfig
BOOST_ROOT: C:\Libraries\boost_1_67_0
BOOST_LIBRARYDIR: C:\Libraries\boost_1_67_0\lib64-msvc-14.0
build_script:
- ps: >-
Set-PSDebug -Trace 2
. ./.travis/functions.ps1
setup_build
./.travis/dependencies/eigen-3.2.ps1
install_dependencies
build_project
test_script:
- cmd: >-
cd %PROJECT_SOURCE_DIR%/build
ctest
notifications:
- provider: Slack
incoming_webhook:
secure: gAze73sSl1vrNGaeUEd841yVJ/rVE10tIWjlt+/8OPn0lT42+nSjNqS3bSNgmS+UwyZNe0vzpBTCl6Lx3JEltYNoad96Ss31BEm/7MNLxgc=