Skip to content

Commit 74cc054

Browse files
committed
Added info on how to create and name the branch to generate the OSX binaries
1 parent ce159e1 commit 74cc054

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

publish-binaries.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@ It is even easier than Travis, you do not need to install anything, just go to y
6161
click in `encrypt tool`, there enter the values in the input field and click encrypt. Same as with
6262
Travis we then need to substitute the newly generated values for the old ones.
6363

64-
Detaild instructions can be found here: http://www.appveyor.com/docs/build-configuration#secure-variables
64+
Detailed instructions can be found here: http://www.appveyor.com/docs/build-configuration#secure-variables
65+
66+
### OSX binaries
67+
68+
Since Travis does not support config file for multiple OSs we need to create a new branch that contains
69+
a slightly different version of the .travis.yml file to compile for OSX. The branch needs to be called
70+
`osx-binaries` and be based of `master` once the pre-compiled binaries PR has been merged in.
71+

0 commit comments

Comments
 (0)