mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
workflows: update docker tag
This should enable the docker images with Python 3 as default.
This commit is contained in:
@@ -5,7 +5,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-base-bionic:2019-10-24
|
container: px4io/px4-dev-base-bionic:2020-01-10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-base-bionic:2019-11-25
|
container: px4io/px4-dev-base-bionic:2020-01-10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-nuttx:2019-10-24
|
container: px4io/px4-dev-nuttx:2020-01-10
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: [
|
config: [
|
||||||
|
|||||||
@@ -5,13 +5,11 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-simulation-bionic:2019-12-18
|
container: px4io/px4-dev-simulation-bionic:2020-01-10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
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
|
- name: Install psutil
|
||||||
run: pip3 install psutil
|
run: pip3 install psutil
|
||||||
- name: Build PX4 in SITL integration test mode
|
- name: Build PX4 in SITL integration test mode
|
||||||
|
|||||||
@@ -5,13 +5,11 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-simulation-bionic:2019-12-18
|
container: px4io/px4-dev-simulation-bionic:2020-01-10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
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
|
- name: Install psutil
|
||||||
run: pip3 install psutil
|
run: pip3 install psutil
|
||||||
# TODO: disabled 2019-01-09 due to failures
|
# TODO: disabled 2019-01-09 due to failures
|
||||||
|
|||||||
Reference in New Issue
Block a user