Skip to content

Commit

Permalink
read install log
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jan 10, 2015
1 parent 6497f83 commit 9fc3b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ install:
- ps: wget http://download.documentfoundation.org/libreoffice/stable/4.3.5/win/x86/LibreOffice_4.3.5_Win_x86.msi -OutFile C:\projects\w2m\LibreOffice_4.3.5_Win_x86.msi
- dir
- msiexec /qn /i C:\projects\w2m\LibreOffice_4.3.5_Win_x86.msi /L*v install_log.txt ALLUSERS=0 RebootYesNo=No SELECT_WORD=1 SELECT_EXCEL=0 SELECT_POWERPOINT=0
- more install_log.txt
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler --no-ri --no-rdoc
- bundle install
Expand Down

0 comments on commit 9fc3b64

Please sign in to comment.