Skip to content

Commit

Permalink
build windows on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 7, 2024
1 parent f56cfe8 commit 8f42fbd
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/build_and_test_debug_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,29 +78,29 @@ jobs:
- name: Build Linux Manager
run: npm run action server_manager/electron_app/build linux

# TODO(daniellacosse): port bash scripts to windows so we can build the manager on windows
# windows_debug_build:
# name: Windows Debug Build
# runs-on: windows-2019
# needs: web_test
# env:
# SENTRY_DSN: debug
# steps:
# - name: Checkout
# uses: actions/[email protected]

# - name: Install Node
# uses: actions/setup-node@v3
# with:
# node-version-file: .nvmrc
# cache: npm
# cache-dependency-path: ./server_manager/package.json

# - name: Install NPM Dependencies
# run: npm ci --workspace=server_manager --prod --ignore-scripts

# - name: Build Windows Manager
# run: npm run action server_manager/electron_app/build windows
windows_debug_build:
name: Windows Debug Build
# TODO(daniellacosse): port bash scripts to windows so we can build the manager on windows
runs-on: ubuntu-latest
needs: web_test
env:
SENTRY_DSN: debug
steps:
- name: Checkout
uses: actions/[email protected]

- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./server_manager/package.json

- name: Install NPM Dependencies
run: npm ci --workspace=server_manager --prod --ignore-scripts

- name: Build Windows Manager
run: npm run action server_manager/electron_app/build windows

mac_debug_build:
name: MacOS Debug Build
Expand Down

0 comments on commit 8f42fbd

Please sign in to comment.