~zeal-developers/zeal/master

« back to all changes in this revision

Viewing changes to shippable.yml

  • Committer: Oleg Shparber
  • Date: 2015-01-22 23:39:29 UTC
  • Revision ID: git-v1:822cd9cb865fb076d2e62dd9f1e692dcd4655fe9
Another fix for Shippable

[reset_minion]

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  - rm -f $HOME/qt/qt.exe
19
19
  # Install libarchive headers and library
20
20
  - wget -nv https://bitbucket.org/zealdocs/zeal-win32-binary-downloads/downloads/libarchive-3.1.2-win32-mingw491.7z
21
 
  - bash -c '[ -d $HOME/qt/Tools ] || 7z x libarchive-3.1.2-win32-mingw491.7z -o$HOME/qt/Tools/mingw491_32/i686-w64-mingw32'
 
21
  - bash -c '[ -f $HOME/qt/Tools/mingw491_32/i686-w64-mingw32/include/libarchive.h ] || 7z x libarchive-3.1.2-win32-mingw491.7z -o$HOME/qt/Tools/mingw491_32/i686-w64-mingw32'
22
22
  - rm -r libarchive-3.1.2-win32-mingw491.7z
23
23
  # Setup environment
24
24
  - echo "[Paths]" > $HOME/qt/5.4/mingw491_32/bin/qt.conf