Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Add build script and modify files to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaunchaMan committed Apr 24, 2013
1 parent 5c0b761 commit 86fad94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
build/
docs/
xcuserdata/
1 change: 1 addition & 0 deletions .travis.yml
@@ -1 +1,2 @@
language: objective-c
script: bin/build.sh
3 changes: 3 additions & 0 deletions bin/build.sh
@@ -0,0 +1,3 @@
#!/bin/bash

xcodebuild -workspace AmazeKit.xcworkspace -scheme AmazeKit

0 comments on commit 86fad94

Please sign in to comment.