-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8440d2
commit 50bf620
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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: | ||
|