From f7f3970a15edea3d3035e15abc142feeba8f351a Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 18 Oct 2021 22:43:03 -0400 Subject: [PATCH] docs --- .github/workflows/build-firmware.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 4a636f17e8..ac46d9ccec 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -211,6 +211,7 @@ jobs: # Build the simulator - name: Build simulator if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + # 'OS="Windows_NT"' allows us to build Windows executable on unix run: OS="Windows_NT" bash misc/jenkins/build_simulator.sh # Build the firmware! @@ -314,6 +315,7 @@ jobs: fi - name: Build Primary Bundle + # 'OS="Windows_NT"' allows us to build Windows executable on unix run: OS="Windows_NT" bash misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh - name: Package Bundle