mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
archive should include documents.
This commit is contained in:
parent
78f3f7858e
commit
f377b39909
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue