Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Feb 9, 2017
1 parent 61ccd06 commit 2871f5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ install:
(new-object System.Net.WebClient).DownloadFile('https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.19.8.1-v1.14/gettext0.19.8.1-iconv1.14-shared-64.zip', 'C:\gettext-bin.zip')
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\gettext-bin.zip", "C:\gettext")
}
- cmd: SET PATH=C:\Program Files (x86)\Apache\Maven;%JAVA_HOME%\bin;C:\gettext\bin;
- echo %PATH%
- echo %M2_HOME%
- cmd: SET PATH=C:\gettext\bin;%PATH%
- echo %PATH%
- cmd: SET MAVEN_OPTS=-Xmx2g
- cmd: SET JAVA_OPTS=-Xmx2g
- cmd: mvn --version
Expand Down

0 comments on commit 2871f5b

Please sign in to comment.