mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-02 23:20:55 +00:00
fix travis build
This commit is contained in:
parent
482a2a0f3c
commit
294d5469c8
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
before_script:
|
before_script:
|
||||||
|
- sudo apt update
|
||||||
- sudo apt install qemu-user-static
|
- sudo apt install qemu-user-static
|
||||||
- "./create-binary-docker backend"
|
- "./create-binary-docker backend"
|
||||||
- "./create-binary-docker backend -a arm"
|
- "./create-binary-docker backend -a arm"
|
||||||
|
@ -11,7 +11,7 @@ ENV MOD_NAME=sdk
|
|||||||
MAINTAINER rst/tgu
|
MAINTAINER rst/tgu
|
||||||
|
|
||||||
# update pip to latest version
|
# update pip to latest version
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip setuptools
|
||||||
|
|
||||||
# install openmtc dependencies
|
# install openmtc dependencies
|
||||||
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt
|
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user