-
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.
build go binaries in action and revert github config
- Loading branch information
1 parent
70078ca
commit 2611e58
Showing
4 changed files
with
23 additions
and
25 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 |
---|---|---|
|
@@ -68,11 +68,8 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ github.com/crazy-max/xgo | ||
|
||
- name: Build Linux Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action electron/build linux | ||
run: npm run action electron/build linux | ||
|
||
windows_debug_build: | ||
name: Windows Debug Build | ||
|
@@ -100,11 +97,8 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ github.com/crazy-max/xgo | ||
|
||
- name: Build Windows Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action electron/build windows | ||
run: npm run action electron/build windows | ||
|
||
macos_debug_build: | ||
name: MacOS Debug Build | ||
|
@@ -132,14 +126,11 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind | ||
|
||
- name: Test OutlineAppleLib | ||
run: npm run action cordova/test macos | ||
|
||
- name: Build MacOS Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action cordova/build macos | ||
run: npm run action cordova/build macos | ||
|
||
- uses: codecov/codecov-action@v3 | ||
with: | ||
|
@@ -173,14 +164,11 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind | ||
|
||
- name: Test OutlineAppleLib | ||
run: npm run action cordova/test ios | ||
|
||
- name: Build iOS Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action cordova/build ios | ||
run: npm run action cordova/build ios | ||
|
||
- uses: codecov/codecov-action@v3 | ||
with: | ||
|
@@ -214,14 +202,11 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind | ||
|
||
- name: Test OutlineAppleLib | ||
run: npm run action cordova/test maccatalyst | ||
|
||
- name: Build Mac Catalyst Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action cordova/build maccatalyst | ||
run: npm run action cordova/build maccatalyst | ||
|
||
- uses: codecov/codecov-action@v3 | ||
with: | ||
|
@@ -252,9 +237,6 @@ jobs: | |
with: | ||
go-version: 1.18 | ||
|
||
- name: Build Go Binaries | ||
run: go build -o ./bin/ golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind | ||
|
||
- name: Install Java | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -264,4 +246,4 @@ jobs: | |
run: bash ./tools/build/setup_linux_android.sh | ||
|
||
- name: Build Android Client | ||
run: PATH="$(pwd)/bin:$PATH" npm run action cordova/build android -- --verbose | ||
run: npm run action cordova/build android -- --verbose |
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
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
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