Skip to content

Commit

Permalink
Prevent JNA library conflicts on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 28, 2017
1 parent 01ac0cc commit 2b08036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- 'set PATH=%JAVA_HOME%;%PATH%'
- 'set RUBY_HOME=C:\Ruby22-x64\bin'
- 'set PATH=%RUBY_HOME%;%PATH%'
- 'set BUCK_EXTRA_JAVA_ARGS=-Djna.nosys=true'
before_test:
- copy cpp\prebuilt\Win32\Release\IEDriverServer.exe C:\Tools\WebDriver
- ruby -v
Expand Down

0 comments on commit 2b08036

Please sign in to comment.