Skip to content

Commit

Permalink
Use MailCatcher on Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Apr 15, 2019
1 parent 12713ff commit 0d61827
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 0d61827

Please sign in to comment.