why use docker inside
This commit is contained in:
parent
3b4c00b1bb
commit
8101f98860
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@ -14,8 +14,35 @@ jobs:
|
|||||||
- name: look
|
- name: look
|
||||||
run: ls -la compiled/
|
run: ls -la compiled/
|
||||||
|
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: docker-compose up
|
# run: docker-compose up
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- name: curl mpy-8
|
||||||
|
uses: wei/curl@master
|
||||||
|
with:
|
||||||
|
args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-8.0.0 --output mpy-cross-8
|
||||||
|
|
||||||
|
- name: curl mpy-7
|
||||||
|
uses: wei/curl@master
|
||||||
|
with:
|
||||||
|
args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-7.0.0 --output mpy-cross-7
|
||||||
|
|
||||||
|
- name: look
|
||||||
|
run: ls -la
|
||||||
|
|
||||||
|
- name: Make mpy executeable
|
||||||
|
run: chmod +x mpy-cross-8
|
||||||
|
|
||||||
|
- name: Make mpy executeable
|
||||||
|
run: chmod +x mpy-cross-7
|
||||||
|
|
||||||
|
- name: Make sh executeable
|
||||||
|
run: chmod +x docker_mpy_build.sh
|
||||||
|
|
||||||
|
- name: run build script
|
||||||
|
run: ./docker_mpy_build.sh
|
||||||
|
|
||||||
- name: look
|
- name: look
|
||||||
run: ls -la compiled/
|
run: ls -la compiled/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user