Skip to content

Commit

Permalink
appveyor.ymlに鍵生成の処理を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Feb 27, 2020
1 parent dedb34f commit 92ee779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ before_test:
- php bin\console doctrine:database:create
- php bin\console doctrine:schema:create
- php bin\console eccube:fixtures:load
- mkdir var\oauth
- openssl genrsa -out private.key 2048
- openssl rsa -in private.key -pubout -out public.key
- move private.key var\oauth
- move public.key var\oauth

test_script:
- php bin\phpunit --exclude-group cache-clear

0 comments on commit 92ee779

Please sign in to comment.