Skip to content

Commit

Permalink
Add x86 windows environment
Browse files Browse the repository at this point in the history
Change-Id: Id414db3cb795dbed4ef00e02a8e3a036575ed929
Signed-off-by: Olivier Prouvost <[email protected]>
  • Loading branch information
opcoach committed Apr 20, 2017
1 parent 88703c5 commit e011469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>

</environments>
</configuration>
Expand Down

0 comments on commit e011469

Please sign in to comment.