try to build mips

pull/92/merge
Michel Promonet 6 years ago
parent 6dfe3cde9d
commit 1c4dcc0f6e

@ -1,7 +1,7 @@
version: 2
jobs:
build_x86_64:
working_directory: ~/${CIRCLE_PROJECT_REPONAME}
working_directory: ~/v4l2rtspServer
docker:
- image: heroku/heroku:16
steps:
@ -15,7 +15,7 @@ jobs:
path: pkg
build_rpi:
working_directory: ~/${CIRCLE_PROJECT_REPONAME}
working_directory: ~/v4l2rtspServer
docker:
- image: heroku/heroku:16
steps:
@ -31,7 +31,7 @@ jobs:
path: pkg
build_mips:
working_directory: ~/${CIRCLE_PROJECT_REPONAME}
working_directory: ~/v4l2rtspServer
docker:
- image: heroku/heroku:16
steps:

Loading…
Cancel
Save