Skip to content

g431: USE_TIMEOUT defaults to 0 #148

g431: USE_TIMEOUT defaults to 0

g431: USE_TIMEOUT defaults to 0 #148

name: CI Build Windows
on: [push, pull_request]
jobs:
build:
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build CI
run: |
make arm_sdk_install
tools/windows/make/bin/make
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: AM32-binaries
path: |
obj/*.hex
retention-days: 7