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