Skip to content

Commit

Permalink
Do not use meson dist until it works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarshinde committed Oct 3, 2018
1 parent e061853 commit 618dc9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -53,14 +53,14 @@ matrix:
script:
- rm -rf macosdist
- meson --prefix=`pwd`/macosdist/GNUSim8085.app --bindir=Contents/MacOS --datadir=Contents/Resources --localedir=Contents/Resources/locale --mandir=Contents/SharedSupport -Dbuild-macos-app=true macosdist
- cd macosdist && meson configure && ninja install && shasum -a 256 *.zip && cd ..
- cd macosdist && ninja install && shasum -a 256 *.zip && cd ..
#- otool -L macosdist/GNUSim8085.app/Contents/MacOS/gnusim8085
#- strings macosdist/GNUSim8085.app/Contents/MacOS/gnusim8085|sort -u
- for file in macosdist/GNUSim8085.app/Contents/libs/*.dylib; do otool -L $file | grep Cellar; done
- otool -L macosdist/GNUSim8085.app/Contents/libs/*.dylib
#- otool -L macosdist/GNUSim8085.app/Contents/libs/gdk-pixbuf-2.0/2.10.0/loaders/*.so
- rm -rf distdir
- meson distdir
- cd distdir && meson configure && ninja dist && cat meson-dist/*.sha256sum && cd ..
#- rm -rf distdir
#- meson distdir
#- cd distdir && meson configure && ninja dist && cat meson-dist/*.sha256sum && cd ..
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 618dc9b

Please sign in to comment.