2011-02-04 01:40:53 +00:00
|
|
|
all:
|
2011-03-18 01:15:25 +00:00
|
|
|
./check-environment.pl
|
2011-02-04 01:40:53 +00:00
|
|
|
ant debug
|
|
|
|
|
|
|
|
# Dummy target to make build.pl happy
|
|
|
|
install:
|
2011-03-18 01:15:25 +00:00
|
|
|
./check-environment.pl
|
2011-02-04 01:40:53 +00:00
|
|
|
ant debug
|
|
|
|
|
2014-02-09 01:07:56 +00:00
|
|
|
env:
|
2014-02-08 21:58:20 +00:00
|
|
|
docker build -t camlistore/android devenv
|
2014-02-09 01:07:56 +00:00
|
|
|
|
|
|
|
dockerdebug:
|
|
|
|
docker run -v $(GOPATH)/src/camlistore.org:/src/camlistore.org camlistore/android /src/camlistore.org/clients/android/build-in-docker.pl debug
|
2014-02-08 21:58:20 +00:00
|
|
|
|
|
|
|
dockerrelease:
|
2014-02-09 01:07:56 +00:00
|
|
|
docker run -i -t -v $(GOPATH)/src/camlistore.org:/src/camlistore.org -v $(HOME)/keys/android-camlistore:/keys camlistore/android /src/camlistore.org/clients/android/build-in-docker.pl release
|