This commit is contained in:
rusefillc 2021-10-18 22:43:03 -04:00
parent a3706c273f
commit f7f3970a15
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,7 @@ jobs:
# Build the simulator # Build the simulator
- name: Build simulator - name: Build simulator
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} 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 run: OS="Windows_NT" bash misc/jenkins/build_simulator.sh
# Build the firmware! # Build the firmware!
@ -314,6 +315,7 @@ jobs:
fi fi
- name: Build Primary Bundle - 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 run: OS="Windows_NT" bash misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh
- name: Package Bundle - name: Package Bundle