add output because I dont want to rebuild every time

This commit is contained in:
clowwindy
2013-06-17 00:55:51 +08:00
parent e630b5bebf
commit 39b505273c
4 changed files with 9 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -3,7 +3,7 @@
url = https://github.com/clowwindy/AppProxyCap
[submodule "OpenSSL-for-iPhone"]
path = OpenSSL-for-iPhone
url = git://github.com/x2on/OpenSSL-for-iPhone.git
url = git://github.com/clowwindy/OpenSSL-for-iPhone.git
[submodule "GCDWebServer"]
path = GCDWebServer
url = https://github.com/swisspol/GCDWebServer

View File

@@ -1,6 +1,9 @@
ShadowWeb
=========
A better browser than Shadowsocks-iOS
[![Build Status](https://travis-ci.org/clowwindy/ShadowWeb.png?branch=master)](https://travis-ci.org/clowwindy/ShadowWeb)
Not stable yet. Use with caution.
License
-------

View File

@@ -1,5 +1,9 @@
#!/bin/bash
cd AppProxyCap/
git submodule init
git submodule update
cd ..
cd OpenSSL-for-iPhone/ && \
./build-libssl.sh && \
cd .. && \