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