[Groonga-commit] groonga/groonga at ca4cac5 [master] appveyor: try mounting RAM disk by ImDisk

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 16 14:33:18 JST 2016


Kouhei Sutou	2016-05-16 14:33:18 +0900 (Mon, 16 May 2016)

  New Revision: ca4cac54ae58d194203636ef3262cfd40c2e48db
  https://github.com/groonga/groonga/commit/ca4cac54ae58d194203636ef3262cfd40c2e48db

  Message:
    appveyor: try mounting RAM disk by ImDisk

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+4 -1)
===================================================================
--- appveyor.yml    2016-05-16 14:13:02 +0900 (c571786)
+++ appveyor.yml    2016-05-16 14:33:18 +0900 (4799be7)
@@ -15,7 +15,10 @@ notifications:
 install:
   - tzutil /s "Tokyo Standard Time"
   - choco install -y imdisk-toolkit
-  - imdisk /?
+  - mkdir tmp
+  - imdisk -a -t file -m tmp -o awe -s 512M -p "/fs:ntfs /q /y"
+  - imdisk -l
+  - imdisk -l -m tmp
 
 build_script:
   - ps: |
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る