Skip to content

vscode build support #1

vscode build support

vscode build support #1

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: |
powershell -Command "& { (New-Object System.Net.WebClient).DownloadFile('http://uav.tridgell.net/AM32/tools/windows-tools.zip', 'windows-tools.zip') }

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
powershell -Command "Expand-Archive -Path windows-tools.zip -Force -DestinationPath ."
make -j8
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: AM32-binaries
path: |
obj/*.hex
retention-days: 7