Skip to content

Commit

Permalink
Minor fix to issue with Appveyor (swagger-api#4365)
Browse files Browse the repository at this point in the history
* show current folder in appveyor ci

* remove cache

* comment out folder delete
  • Loading branch information
wing328 authored Dec 12, 2016
1 parent 8852b3c commit e3720af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ install:
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET M2_HOME=C:\maven\apache-maven-3.2.5
- cmd: RMDIR "C:\projects\swagger-codegen\swagger-samples" /S /Q
- cmd: dir/w
# - cmd: RMDIR "C:\projects\swagger-codegen\swagger-samples" /S /Q
- git clone https://github.com/wing328/swagger-samples
- ps: Start-Process -FilePath 'C:\maven\apache-maven-3.2.5\bin\mvn' -ArgumentList 'jetty:run' -WorkingDirectory "$env:appveyor_build_folder\swagger-samples\java\java-jersey-jaxrs"
build_script:
Expand All @@ -38,6 +39,6 @@ test_script:

# generate all petstore clients
- .\bin\windows\run-all-petstore.cmd
cache:
#cache:
# - C:\maven\
# - C:\Users\appveyor\.m2

0 comments on commit e3720af

Please sign in to comment.