mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Merge f574c1d7c4de6d6b8a322004c795a7689ad831ea into 35e4fc012e25923017e302e27d8e43473b5698be
This commit is contained in:
commit
fc3fe376ea
@ -3,7 +3,7 @@ version: '2.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
base:
|
base:
|
||||||
image: inteliotdevkit/upm-base
|
image: inteliotdevkit/upm-base:move-examples-to-addition-jobs
|
||||||
environment:
|
environment:
|
||||||
- http_proxy
|
- http_proxy
|
||||||
- https_proxy
|
- https_proxy
|
||||||
@ -28,7 +28,7 @@ services:
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
extends: base
|
extends: base
|
||||||
image: inteliotdevkit/upm-all
|
image: inteliotdevkit/upm-all:move-examples-to-addition-jobs
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
extends: all
|
extends: all
|
||||||
@ -88,36 +88,36 @@ services:
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
extends: base
|
extends: base
|
||||||
image: inteliotdevkit/upm-python
|
image: inteliotdevkit/upm-python:move-examples-to-addition-jobs
|
||||||
environment:
|
environment:
|
||||||
- BUILDSWIGPYTHON=ON
|
- BUILDSWIGPYTHON=ON
|
||||||
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
||||||
|
|
||||||
java:
|
java:
|
||||||
extends: base
|
extends: base
|
||||||
image: inteliotdevkit/upm-java
|
image: inteliotdevkit/upm-java:move-examples-to-addition-jobs
|
||||||
environment:
|
environment:
|
||||||
- BUILDSWIGJAVA=ON
|
- BUILDSWIGJAVA=ON
|
||||||
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure"
|
||||||
|
|
||||||
android:
|
android:
|
||||||
extends: java
|
extends: java
|
||||||
image: inteliotdevkit/upm-android
|
image: inteliotdevkit/upm-android:move-examples-to-addition-jobs
|
||||||
environment:
|
environment:
|
||||||
- BUILDTESTS=OFF
|
- BUILDTESTS=OFF
|
||||||
command: bash -c "./scripts/build-android.sh"
|
command: bash -c "./scripts/build-android.sh"
|
||||||
|
|
||||||
node4:
|
node4:
|
||||||
extends: base
|
extends: base
|
||||||
image: inteliotdevkit/upm-node4
|
image: inteliotdevkit/upm-node4:move-examples-to-addition-jobs
|
||||||
environment:
|
environment:
|
||||||
- BUILDSWIGNODE=ON
|
- BUILDSWIGNODE=ON
|
||||||
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure -E examplenames_js"
|
command: bash -c "./scripts/run-cmake.sh && cd build && make -j8 && make -j8 install && ldconfig && ctest --output-on-failure -E examplenames_js"
|
||||||
|
|
||||||
node5:
|
node5:
|
||||||
extends: node4
|
extends: node4
|
||||||
image: inteliotdevkit/upm-node5
|
image: inteliotdevkit/upm-node5:move-examples-to-addition-jobs
|
||||||
|
|
||||||
node6:
|
node6:
|
||||||
extends: node4
|
extends: node4
|
||||||
image: inteliotdevkit/upm-node6
|
image: inteliotdevkit/upm-node6:move-examples-to-addition-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user