Skip to content

Commit

Permalink
[ICIJ/datashare#360] fix missing dependencies for config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzalu committed Mar 5, 2020
1 parent af5d010 commit cce6bac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ jobs:

steps:
- checkout
- run:
name: install dependencies
command: |
apt-get install -y nsis cpio jq imagemagick icnsutils
wget http://nsis.sourceforge.net/mediawiki/images/c/c9/Inetc.zip && unzip Inetc.zip && cp Plugins/x86-ansi/INetC.dll /usr/share/nsis/Plugins/
wget https://github.com/hogliux/bomutils/archive/0.2.tar.gz && tar -zxf 0.2.tar.gz && cd bomutils-0.2 && make && make install
wget https://github.com/downloads/mackyle/xar/xar-1.6.1.tar.gz && tar -zxf xar-1.6.1.tar.gz && cd xar-1.6.1 && ./configure && make && make install
wget https://nsis.sourceforge.io/mediawiki/images/9/9d/Untgz.zip && unzip Untgz.zip && cp untgz/untgz.dll /usr/share/nsis/Plugins/
- run:
name: make windows
command: |
Expand Down

0 comments on commit cce6bac

Please sign in to comment.