Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Nov 13, 2023
1 parent d8440d2 commit 50bf620
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install github.com/crazy-max/xgo

- name: Build Linux Client
run: npm run action electron/build linux

Expand All @@ -87,6 +90,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install github.com/crazy-max/xgo

- name: Build Windows Client
run: npm run action electron/build windows

Expand All @@ -111,6 +117,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install golang.org/x/mobile/cmd/gomobile

- name: Test OutlineAppleLib
run: npm run action cordova/test macos

Expand Down Expand Up @@ -144,6 +153,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install golang.org/x/mobile/cmd/gomobile

- name: Test OutlineAppleLib
run: npm run action cordova/test ios

Expand Down Expand Up @@ -177,6 +189,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install golang.org/x/mobile/cmd/gomobile

- name: Test OutlineAppleLib
run: npm run action cordova/test maccatalyst

Expand Down Expand Up @@ -207,6 +222,9 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Install Go Binary
run: go install golang.org/x/mobile/cmd/gomobile

- name: Install Java
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 50bf620

Please sign in to comment.