adding circle.yml

This commit is contained in:
Geoffrey Plitt 2015-02-13 13:36:45 -08:00
parent 4d2a5a6ee2
commit 0861fe2bdf

4
circle.yml Normal file
View File

@ -0,0 +1,4 @@
test:
override:
- xcodebuild -target RetroArch_OSX -configuration Debug -project apple/RetroArch_OSX.xcodeproj
- xcodebuild -target RetroArch_OSX -configuration Release -project apple/RetroArch_OSX.xcodeproj