Cordova: Added cordova job to travis matrix

The UPM Travis-CI will now attempt to build the Cordova bindings for
UPM as a separate target.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-03-14 12:42:00 -07:00
parent f45429e1f0
commit b09944f4b8
3 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,7 @@ cmake \
-DBUILDSWIGPYTHON=$BUILDSWIGPYTHON \
-DBUILDSWIGNODE=$BUILDSWIGNODE \
-DBUILDSWIGJAVA=$BUILDSWIGJAVA \
-DBUILDCORDOVA=$BUILDCORDOVA \
-DBUILDEXAMPLES=$BUILDEXAMPLES \
-DIPK=$IPK \
-DRPM=$RPM \