Skip to content

Commit

Permalink
Add WaxSim as a submodule so that Travis can build it
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Mar 8, 2013
1 parent 1c0d61e commit 1b5ffb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "Example/WaxSim"]
path = Example/WaxSim
url = git://github.com/jonathanpenn/WaxSim.git
1 change: 1 addition & 0 deletions Example/WaxSim
Submodule WaxSim added at 72baf5
1 change: 1 addition & 0 deletions Makefile
@@ -1,4 +1,5 @@
test:
cd Example; bundle install
cd Example/WaxSim; xcodebuild install DSTROOT=/ INSTALL_PATH=/usr/local/bin
cd Example; pod install
cd Example; sh build_and_run_unit_tests.sh Example DPMeterViewTests Tests Example.xcworkspace

0 comments on commit 1b5ffb3

Please sign in to comment.