فهرست منبع

Making build script more flexible

Mike Lewis 13 سال پیش
والد
کامیت
867686d7cb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      TestSupport/run_test.sh

+ 2 - 2
TestSupport/run_test.sh

@@ -12,7 +12,7 @@ bash TestSupport/ensure_virtualenv.sh .env
 
 CHILD_PID=$!
 
-xcodebuild -target SocketRocket -sdk $SDK -configuration Debug clean
-xcodebuild -target SRWebSocketTests -sdk $SDK -configuration Debug clean build
+xcodebuild -target SocketRocket -arch i386 -configuration Debug -sdk iphonesimulator clean
+xcodebuild -target SRWebSocketTests -arch i386 -configuration Debug -sdk iphonesimulator clean build 
 
 kill $CHILD_PID