Skip to content

Commit 03629c4

Browse files
committed
build with the same environments as cdt
1 parent 0b63cdf commit 03629c4

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

pom.xml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,62 @@
4040
<version>${tycho.version}</version>
4141
<extensions>true</extensions>
4242
</plugin>
43+
<plugin>
44+
<groupId>org.eclipse.tycho</groupId>
45+
<artifactId>target-platform-configuration</artifactId>
46+
<version>${tycho.version}</version>
47+
<configuration>
48+
<resolver>p2</resolver>
49+
<pomDependencies>consider</pomDependencies>
50+
<environments>
51+
<environment>
52+
<os>linux</os>
53+
<ws>gtk</ws>
54+
<arch>x86</arch>
55+
</environment>
56+
<environment>
57+
<os>linux</os>
58+
<ws>gtk</ws>
59+
<arch>x86_64</arch>
60+
</environment>
61+
<environment>
62+
<os>linux</os>
63+
<ws>gtk</ws>
64+
<arch>ppc64</arch>
65+
</environment>
66+
<environment>
67+
<os>win32</os>
68+
<ws>win32</ws>
69+
<arch>x86</arch>
70+
</environment>
71+
<environment>
72+
<os>win32</os>
73+
<ws>win32</ws>
74+
<arch>x86_64</arch>
75+
</environment>
76+
<environment>
77+
<os>macosx</os>
78+
<ws>cocoa</ws>
79+
<arch>x86</arch>
80+
</environment>
81+
<environment>
82+
<os>macosx</os>
83+
<ws>cocoa</ws>
84+
<arch>x86_64</arch>
85+
</environment>
86+
<environment>
87+
<os>aix</os>
88+
<ws>gtk</ws>
89+
<arch>ppc</arch>
90+
</environment>
91+
<environment>
92+
<os>solaris</os>
93+
<ws>gtk</ws>
94+
<arch>sparc</arch>
95+
</environment>
96+
</environments>
97+
</configuration>
98+
</plugin>
4399
</plugins>
44100

45101
<pluginManagement>

0 commit comments

Comments
 (0)