|
|
|
@ -297,6 +297,22 @@ jobs: |
|
|
|
|
path: apps/remixdesktop/release/ |
|
|
|
|
destination: remixdesktop-mac |
|
|
|
|
|
|
|
|
|
sign_macos: |
|
|
|
|
build-remixdesktop-mac: |
|
|
|
|
macos: |
|
|
|
|
xcode: 14.2.0 |
|
|
|
|
resource_class: |
|
|
|
|
macos.m1.large.gen1 |
|
|
|
|
working_directory: ~/remix-project |
|
|
|
|
steps: |
|
|
|
|
- run: |
|
|
|
|
name: Install Apple Certificate |
|
|
|
|
command: | |
|
|
|
|
echo $APPLE_CERTIFICATE | base64 --decode > apple_certificate.p12 |
|
|
|
|
security create-keychain -p ci-password build.keychain |
|
|
|
|
security default-keychain -s build.keychain |
|
|
|
|
security unlock-keychain -p ci-password build.keychain |
|
|
|
|
|
|
|
|
|
lint: |
|
|
|
|
docker: |
|
|
|
|
- image: cimg/node:20.0.0-browsers |
|
|
|
@ -524,6 +540,7 @@ workflows: |
|
|
|
|
build_all: |
|
|
|
|
unless: << pipeline.parameters.run_flaky_tests >> |
|
|
|
|
jobs: |
|
|
|
|
- sign_macos |
|
|
|
|
- build |
|
|
|
|
- build-desktop: |
|
|
|
|
filters: |
|
|
|
|