forked from CellProfiler/distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
38 lines (35 loc) · 868 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
general:
branches:
only:
- beta
- platforms/macos
- stable
machine:
environment:
JAVA_HOME: "$(/usr/libexec/java_home)"
xcode:
version: 8.2
dependencies:
pre:
# Install CellProfiler’s Homebrew dependencies:
- brew update
- brew install mysql
- brew install python
- brew install upx
- brew install wxpython
test:
override:
- echo
deployment:
nightly:
branch: platforms/macos
commands:
- cd macos && make
# Upload disk image to Amazon S3 (Simple Storage Service):
- brew install awscli
- >
aws s3 sync dist s3://cellprofiler-releases \
--acl public-read \
--delete \
--exclude "*" \
--include "CellProfiler-3.0.0rc3.dmg"