archive should include documents.

This commit is contained in:
SANO Masatoshi 2015-12-21 17:03:26 +09:00
parent 78f3f7858e
commit f377b39909

View file

@ -23,7 +23,8 @@ build_script:
- if "%METHOD%"=="cross" msys%MSYS2_BITS%\usr\bin\bash -lc "mkdir /tmp;cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./bootstrap; ./configure; make"
- if "%METHOD%"=="cross" cd %APPVEYOR_BUILD_FOLDER%
- if "%METHOD%"=="cross" move src roswell
- if "%METHOD%"=="cross" 7z a Roswell-%MSYS2_ARCH%.zip roswell/ros.exe roswell/lisp/*.*
- if "%METHOD%"=="cross" move documents roswell
- if "%METHOD%"=="cross" 7z a Roswell-%MSYS2_ARCH%.zip roswell/ros.exe roswell/lisp/*.* roswell/documents/*.*
- if "%METHOD%"=="ci" C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./bootstrap; ./configure; make; make install"
test_script: