Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Dec 15, 2023
1 parent a435c58 commit 55568ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ jobs:
- name: 'Build linux toolchain'
run: |
docker build -t flipperzero-toolchain-linux linux
build-windows:
runs-on: [self-hosted, FlipperZeroToolchain, Linux, X64]
steps:
- name: 'Wipe workspace'
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;

- name: 'Checkout code'
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}

- name: 'Build windows toolchain'
run: |
docker build -t flipperzero-toolchain-windows windows

0 comments on commit 55568ca

Please sign in to comment.