Multiple scheme in the script while using am using xctool for circle-ci

i am using circle-ci for CI in ios… i have 4 targets and 8 schemes in my application, how can i add all 8 schemes in this script xctool -reporter pretty -reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml -reporter plain:$CIRCLE_ARTIFACTS/xctool.log CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= PROVISIONING_PROFILE= -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' -sdk iphonesimulator -workspace Saltside/Saltside.xcworkspace -scheme …Please help mei n this