kopia lustrzana https://github.com/jameshball/osci-render
revert debug test changes
rodzic
d89d33ecc6
commit
2600fbf1b8
|
@ -52,6 +52,8 @@ jobs:
|
||||||
version: free
|
version: free
|
||||||
- project: osci-render
|
- project: osci-render
|
||||||
version: premium
|
version: premium
|
||||||
|
- project: sosci
|
||||||
|
version: premium
|
||||||
steps:
|
steps:
|
||||||
- name: Fix up git URLs
|
- name: Fix up git URLs
|
||||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
||||||
|
@ -65,11 +67,29 @@ jobs:
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: latest
|
xcode-version: latest
|
||||||
|
|
||||||
|
- name: Import application certificates
|
||||||
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
|
with:
|
||||||
|
keychain: oscirender
|
||||||
|
keychain-password: ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
|
||||||
|
p12-file-base64: ${{ secrets.APPLE_APPLICATION_CERTIFICATE }}
|
||||||
|
p12-password: ${{ secrets.APPLE_APPLICATION_CERTIFICATE_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Import installer certificates
|
||||||
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
|
with:
|
||||||
|
keychain: oscirender
|
||||||
|
keychain-password: ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
|
||||||
|
p12-file-base64: ${{ secrets.APPLE_INSTALLER_CERTIFICATE }}
|
||||||
|
p12-password: ${{ secrets.APPLE_INSTALLER_CERTIFICATE_PASSWORD }}
|
||||||
|
create-keychain: false
|
||||||
|
|
||||||
- name: "Run script"
|
- name: "Run script"
|
||||||
run: |
|
run: |
|
||||||
export OS="mac"
|
export OS="mac"
|
||||||
source ./ci/setup-env.sh
|
source ./ci/setup-env.sh
|
||||||
|
source ./ci/test.sh
|
||||||
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
|
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue