Skip to content

Commit de82636

Browse files
Fix AppVeyor build (#108)
1 parent 5efd6a8 commit de82636

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ matrix:
1616
configuration: Release
1717
install:
1818
# memcache server
19-
- curl -L -O -S -s http://downloads.northscale.com/memcached-1.4.5-amd64.zip
20-
- 7z x memcached-1.4.5-amd64.zip
21-
- ps: $MemCached = Start-Process memcached-amd64\memcached.exe -PassThru
19+
- curl -L -O -S -s https://github.com/jefyt/memcached-windows/releases/download/1.6.8_mingw/memcached-1.6.8-win64-mingw.zip
20+
- 7z x memcached-1.6.8-win64-mingw.zip
21+
- ps: $MemCached = Start-Process memcached-1.6.8-win64-mingw\bin\memcached.exe -PassThru
2222
# redis server
2323
- curl -L -O -S -s https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis64-2.8.17.zip
2424
- 7z x redis64-2.8.17.zip

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ It's recommended to research for a while before deciding which one is better for
2020

2121
## Notes
2222

23+
#### Build 5.8.0 for NHibernate 5.2.0
24+
25+
* Task
26+
* #108 - Fix AppVeyor build
27+
* #89 - Fix iconUrl warning
28+
2329
#### Build 5.7.0 for NHibernate 5.2.0
2430

2531
* New feature

0 commit comments

Comments
 (0)