Skip to content

Commit

Permalink
AppVeyor: copy plugin to x86-unicode
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/davmail/code/trunk@3487 3d1905a2-6b24-0410-a738-b14d5a86fcbd
  • Loading branch information
mguessan committed Nov 13, 2023
1 parent 35577db commit d1f7122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ image: Visual Studio 2019
environment:
ANT_HOME: C:\ant\apache-ant-1.10.14
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk9
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files\Java\jdk11
- JAVA_HOME: C:\Program Files\Java\jdk19
Expand All @@ -27,6 +26,7 @@ install:
- cmd: java -version
- cmd: ant -version
- cmd: copy /y C:\projects\davmail\nsis\* "C:\Program Files (x86)\NSIS\Plugins\x86-ansi"
- cmd: copy /y C:\projects\davmail\nsis\* "C:\Program Files (x86)\NSIS\Plugins\x86-unicode"
build_script:
- ant dist
- IF "%JAVA_HOME%" == "C:\Program Files\Java\jdk19" ant sonar -Dsonar.login=%SONAR_LOGIN%
Expand Down

0 comments on commit d1f7122

Please sign in to comment.