mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
travis: improve build process and expand build matrix
Make a build heriarchy to reduce images size. Add Android Things builds to build matrix. Drop gcc-4 builds, use gcc-5 and gcc-6 instead. Add SonarQube static analysis scans. Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com>
This commit is contained in:
20
scripts/run-cmake.sh
Executable file
20
scripts/run-cmake.sh
Executable file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Run cmake
|
||||
cmake \
|
||||
-DSWIG_EXECUTABLE=/usr/bin/swig \
|
||||
-DBUILDDOC=$BUILDDOC \
|
||||
-DBUILDCPP=$BUILDCPP \
|
||||
-DBUILDFTI=$BUILDFTI \
|
||||
-DBUILDSWIGPYTHON=$BUILDSWIGPYTHON \
|
||||
-DBUILDSWIGNODE=$BUILDSWIGNODE \
|
||||
-DBUILDSWIGJAVA=$BUILDSWIGJAVA \
|
||||
-DBUILDEXAMPLES=$BUILDEXAMPLES \
|
||||
-DIPK=$IPK \
|
||||
-DRPM=$RPM \
|
||||
-DNPM=$NPM \
|
||||
-DBUILDTESTS=$BUILDTESTS \
|
||||
-DWERROR=$WERROR \
|
||||
-H. \
|
||||
-Bbuild
|
||||
|
Reference in New Issue
Block a user