forked from Archive/PX4-Autopilot
workflows: update docker tag
This should enable the docker images with Python 3 as default.
This commit is contained in:
parent
8e30c4a291
commit
02ecc04583
|
@ -5,7 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-base-bionic:2019-10-24
|
||||
container: px4io/px4-dev-base-bionic:2020-01-10
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
|
|
@ -5,7 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-base-bionic:2019-11-25
|
||||
container: px4io/px4-dev-base-bionic:2020-01-10
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
|
|
@ -5,7 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-nuttx:2019-10-24
|
||||
container: px4io/px4-dev-nuttx:2020-01-10
|
||||
strategy:
|
||||
matrix:
|
||||
config: [
|
||||
|
|
|
@ -5,13 +5,11 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-simulation-bionic:2019-12-18
|
||||
container: px4io/px4-dev-simulation-bionic:2020-01-10
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Set Python 3 as default
|
||||
run: update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
- name: Install psutil
|
||||
run: pip3 install psutil
|
||||
- name: Build PX4 in SITL integration test mode
|
||||
|
|
|
@ -5,13 +5,11 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-simulation-bionic:2019-12-18
|
||||
container: px4io/px4-dev-simulation-bionic:2020-01-10
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Set Python 3 as default
|
||||
run: update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
- name: Install psutil
|
||||
run: pip3 install psutil
|
||||
# TODO: disabled 2019-01-09 due to failures
|
||||
|
|
Loading…
Reference in New Issue