Skip to content

Commit

Permalink
[ICIJ/datashare#360] remove mac build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanzalu committed Mar 5, 2020
1 parent cce6bac commit daa5979
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
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 All @@ -29,11 +29,3 @@ jobs:
cd linux
make VERSION=5.8.16 dist/datashare.sh
cd ..
- run:
name: make mac
command: |
cd mac
make VERSION=5.8.16 dist/Datashare.pkg
cd ..

0 comments on commit daa5979

Please sign in to comment.