File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,16 @@ matrix:
2121 if : commit_message =~ /^:hammer:/
2222 language : cpp
2323 compiler : clang++
24+ env :
25+ - OSXBUILD=true
2426 script :
2527 - chmod +x src/osx.sh && src/osx.sh
2628
2729
2830deploy :
2931 on :
3032 all_branches : true
33+ condition : $OSXBUILD = true
3134 provider : releases
3235 name : " Binary for OSX"
3336 body : $TRAVIS_COMMIT_MESSAGE
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ which also can be found on
8787The rest of this package is MIT licensed.
8888
8989Windows binaries were found on the official web-site.
90- Unix binaries are found through
91- [ Ubuntu Packages] ( https://packages.ubuntu.com/source/cosmic/freeimage )
92- and [ MacOS Formulae] ( http://formulae.brew.sh/formula/freeimage ) .
90+ Unix binaries are found in
91+ [ Ubuntu Packages] ( https://packages.ubuntu.com/source/cosmic/freeimage ) .
92+ OSX binaries are built through MAKE system with
93+ [ Travis CI matrix] ( https://travis-ci.com/node-3d/deps-freeimage-raub ) .
94+ See Travis [ config] ( https://github.com/node-3d/deps-freeimage-raub/blob/master/.travis.yml )
95+ for details.
You can’t perform that action at this time.
0 commit comments