Skip to content

Commit a022bde

Browse files
committed
🔨 Try condition 2
1 parent e9e0f2f commit a022bde

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2830
deploy:
2931
on:
3032
all_branches: true
33+
condition: $OSXBUILD = true
3134
provider: releases
3235
name: "Binary for OSX"
3336
body: $TRAVIS_COMMIT_MESSAGE

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ which also can be found on
8787
The rest of this package is MIT licensed.
8888

8989
Windows 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.

0 commit comments

Comments
 (0)