This commit is contained in:
aor-fokus 2019-01-16 17:20:21 +01:00
parent 29e638b0bb
commit 0338f8cbcc

@ -1,11 +1,12 @@
services:
- docker
install:
- sudo apt-get install -y python3 python3-pip
- sudo pip3 install pyresttest
#install:
# - sudo apt-get install -y
# - sudo pip3 install --upgrade pip pyresttest
before_script:
- sudo apt update
- sudo apt install qemu-user-static
- sudo apt install qemu-user-static python3.6 python3-pip
- sudo pip3 install --upgrade pip pyresttest
- "./create-binary-docker backend"
- "./create-binary-docker backend -a arm"
- "./create-binary-docker gateway"