Skip to content

Commit

Permalink
Merge pull request #258 from nanasess/use-mailcatcher-appveyor
Browse files Browse the repository at this point in the history
Use mailcatcher appveyor
  • Loading branch information
Chihiro Adachi authored Apr 26, 2019
2 parents b472a43 + 0d61827 commit 4f13920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Set build version format here instead of in the admin panel.
version: 2.17-dev-{build}

image: Visual Studio 2017

clone_folder: C:\projects\eccube2

cache:
Expand Down Expand Up @@ -33,6 +35,8 @@ services:

# Install scripts. (runs after repo cloning)
install:
- docker pull nanasess/mailcatcher:windowsservercore
- docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher nanasess/mailcatcher:windowsservercore
- cinst -y OpenSSL.Light --version 1.1.1
- SET PATH=C:\Program Files\OpenSSL;%PATH%
- sc config wuauserv start= auto
Expand Down

0 comments on commit 4f13920

Please sign in to comment.