-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update automated build scripts (#52)
* update: wip * try win with updated tonlib * add secp256k1 for win tonlib * adjust Visual Studio for github runner * add sodium to win build * test tonlib testnet compilation * test tonlib testnet compilation * test tonlib testnet compilation * back to newton-blockchain/ton:wallets branch * back to newton-blockchain/ton:wallets branch * back to newton-blockchain/ton:wallets branch * back to newton-blockchain/ton:wallets branch * adding macos runner; wip * adding macos runner; wip * adding macos runner; wip * patch qtbase for macos 12 * Update wallet-desktop repo. Remove outdated macOS github action + escape s * Update wallet-desktop repo. Remove outdated macOS github action + replace * macos sed differences :/ * typo * install python-setuptools for macos * symlink to python * symlink to python * alias python=python3 * try macos 12.7.1 * back to macos 11.7 with patched gyp * fix brew upgrade * force python 2.7 * disable brew update (very slow on GH) * target macos 10.11 * openssl arch typo * use newer crashpad * Revert "use newer crashpad" This reverts commit be32aa5. * rollback crashpad, use macos target 10.8 * disable warning errors for crashpad * rename auto-build folder for macos --------- Co-authored-by: neodiX <[email protected]>
- Loading branch information
Showing
9 changed files
with
388 additions
and
151 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: MacOS 11.7 TON Desktop wallet compile | ||
on: [push,pull_request,workflow_dispatch] | ||
jobs: | ||
build: | ||
runs-on: macos-11 | ||
steps: | ||
- name: Check out current repository | ||
uses: actions/checkout@v2 | ||
with: | ||
path: wallet-desktop | ||
- name: Compile macos desktop wallet | ||
run: | | ||
cd wallet-desktop/auto-build/macos-11.7 | ||
chmod +x compile.sh | ||
./compile.sh | ||
- name: Find & copy binaries | ||
run: | | ||
mkdir artifacts | ||
chmod -R 777 wallet-desktop/auto-build/macos-11.7/wallet-desktop/out/Release/Wallet.app | ||
cp -R wallet-desktop/auto-build/macos-11.7/wallet-desktop/out/Release/Wallet.app artifacts | ||
- name: Upload artifacts | ||
uses: actions/upload-artifact@master | ||
with: | ||
name: ton-macos-desktop-wallet | ||
path: artifacts |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: C/C++ CI Windows TON Desktop wallet compile | ||
|
||
on: [pull_request,workflow_dispatch] | ||
on: [push,pull_request,workflow_dispatch] | ||
|
||
defaults: | ||
run: | ||
|
@@ -15,6 +15,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
path: wallet-desktop | ||
submodules: 'recursive' | ||
|
||
- name: Setup msbuild.exe | ||
uses: microsoft/[email protected] | ||
|
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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.