forked from dev-cafe/cmake-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.yml
36 lines (29 loc) · 790 Bytes
/
menu.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
targets:
- install
- test
- package
appveyor-vs:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
appveyor-msys:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
travis-linux:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
travis-osx:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
circle-intel:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
# Fails to generate imported target for UUID
circle-pgi:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01
skip_generators:
- 'Unix Makefiles'
- 'Ninja'
local:
definitions:
- CMAKE_INSTALL_PREFIX: $HOME/Software/chapter-11/recipe-01