Skip to content

vscode build support #2

vscode build support

vscode build support #2

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

Check failure on line 16 in .github/workflows/CI_build_windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI_build_windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
tools/windows/make/bin/make -j8
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: AM32-binaries
path: |
obj/*.hex
retention-days: 7