Skip to content

Configure debug info to DWARF v4. #108

Configure debug info to DWARF v4.

Configure debug info to DWARF v4. #108

Workflow file for this run

name: Build via Docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build using the Docker image
env:
DOCKER_BUILDKIT: 1
run: docker build -t microbit-tools --output type=local,dest=out .
- name: Directory Listing
run: ls -al
- name: Upload hex file
uses: actions/upload-artifact@v1
with:
name: Export from Docker
path: out/MICROBIT.hex