mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
docker-compose.yaml: enable examples and paralell make
Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
be718d79af
commit
fb6ae47b6d
@ -14,7 +14,7 @@ services:
|
|||||||
- BUILDSWIGPYTHON=OFF
|
- BUILDSWIGPYTHON=OFF
|
||||||
- BUILDSWIGJAVA=OFF
|
- BUILDSWIGJAVA=OFF
|
||||||
- BUILDSWIGNODE=OFF
|
- BUILDSWIGNODE=OFF
|
||||||
- BUILDEXAMPLES=OFF
|
- BUILDEXAMPLES=ON
|
||||||
- IPK=OFF
|
- IPK=OFF
|
||||||
- RPM=OFF
|
- RPM=OFF
|
||||||
- NPM=OFF
|
- NPM=OFF
|
||||||
@ -33,25 +33,14 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
- BUILDDOC=ON
|
- BUILDDOC=ON
|
||||||
command: make doc
|
command: make -j8 doc
|
||||||
|
|
||||||
examples:
|
python:
|
||||||
extends: main
|
|
||||||
build:
|
|
||||||
args:
|
|
||||||
- BUILDEXAMPLES=ON
|
|
||||||
command: bash -c "make $$(make help | grep example | sed 's/... //' | tr '\n' ' ')"
|
|
||||||
|
|
||||||
python2:
|
|
||||||
extends: main
|
extends: main
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
- BUILDSWIGPYTHON=ON
|
- BUILDSWIGPYTHON=ON
|
||||||
command: bash -c "make $$(make help | grep _pyupm_.*-python2 | sed 's/... //' | tr '\n' ' ') && make test"
|
command: bash -c "make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
||||||
|
|
||||||
python3:
|
|
||||||
extends: python2
|
|
||||||
command: bash -c "make $$(make help | grep _pyupm_.*-python3 | sed 's/... //' | tr '\n' ' ') && make test"
|
|
||||||
|
|
||||||
java:
|
java:
|
||||||
extends: main
|
extends: main
|
||||||
@ -60,7 +49,7 @@ services:
|
|||||||
- BUILDSWIGJAVA=ON
|
- BUILDSWIGJAVA=ON
|
||||||
- CC=gcc-4.8
|
- CC=gcc-4.8
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
command: bash -c "make $$(make help | grep javaupm | sed 's/... //' | tr '\n' ' ') && make test"
|
command: bash -c "make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
||||||
|
|
||||||
node4:
|
node4:
|
||||||
extends: main
|
extends: main
|
||||||
@ -68,7 +57,7 @@ services:
|
|||||||
args:
|
args:
|
||||||
- BUILDSWIGNODE=ON
|
- BUILDSWIGNODE=ON
|
||||||
- NODE_VERSION=v4.1.2
|
- NODE_VERSION=v4.1.2
|
||||||
command: bash -c "make $$(make help | grep jsupm | sed 's/... //' | tr '\n' ' ') && make test"
|
command: bash -c "make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
||||||
|
|
||||||
node5:
|
node5:
|
||||||
extends: node4
|
extends: node4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user