Add simple test for generating API docs
This commit is contained in:
parent
ea2c119f4d
commit
a2dca06fe1
|
@ -69,6 +69,9 @@ cleanup
|
|||
trap cleanup EXIT
|
||||
|
||||
case "$TARGET" in
|
||||
"jsdoc")
|
||||
npm run jsdoc
|
||||
;;
|
||||
"realmjs")
|
||||
xcodebuild -scheme RealmJS -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue