forked from FoundKeyGang/FoundKey
Fix appveyor
This commit is contained in:
parent
c7bc31c7b7
commit
b4fdf99f61
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ init:
|
||||||
- git config --global core.autocrlf false
|
- git config --global core.autocrlf false
|
||||||
|
|
||||||
before_test:
|
before_test:
|
||||||
|
# Redisをインストール
|
||||||
|
- nuget restore .\Hangfire.Redis.StackExchange.sln
|
||||||
|
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-install
|
||||||
|
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-start
|
||||||
|
- '@ECHO Redis Started'
|
||||||
|
|
||||||
- mkdir .\.config
|
- mkdir .\.config
|
||||||
- copy .\.ci-files\default.yml .\.config
|
- copy .\.ci-files\default.yml .\.config
|
||||||
- copy .\.ci-files\test.yml .\.config
|
- copy .\.ci-files\test.yml .\.config
|
||||||
|
|
Loading…
Reference in a new issue