Testing
This commit is contained in:
parent
7ef54ecad6
commit
b4f02fddfe
2 changed files with 11 additions and 52 deletions
62
.github/workflows/build-macos.yml
vendored
62
.github/workflows/build-macos.yml
vendored
|
@ -1,14 +1,3 @@
|
||||||
# For most projects, this workflow file will not need changing; you simply need
|
|
||||||
# to commit it to your repository.
|
|
||||||
#
|
|
||||||
# You may wish to alter this file to override the set of languages analyzed,
|
|
||||||
# or to provide custom queries or build logic.
|
|
||||||
#
|
|
||||||
# ******** NOTE ********
|
|
||||||
# We have attempted to detect the languages in your repository. Please check
|
|
||||||
# the `language` matrix defined below to confirm you have the correct set of
|
|
||||||
# supported CodeQL languages.
|
|
||||||
#
|
|
||||||
name: "macOS build"
|
name: "macOS build"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -36,9 +25,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: [ 'javascript' ]
|
language: [ 'javascript' ]
|
||||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
|
||||||
# Learn more:
|
|
||||||
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
@ -52,29 +38,6 @@ jobs:
|
||||||
- name: Change Version
|
- name: Change Version
|
||||||
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
|
||||||
# - name: Initialize CodeQL
|
|
||||||
# uses: github/codeql-action/init@v1
|
|
||||||
# with:
|
|
||||||
# languages: ${{ matrix.language }}
|
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
||||||
# By default, queries listed here will override any specified in a config file.
|
|
||||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
|
||||||
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
|
||||||
# 📚 https://git.io/JvXDl
|
|
||||||
|
|
||||||
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
|
||||||
# and modify them (or add more) to build your code if your project
|
|
||||||
# uses a compiled language
|
|
||||||
|
|
||||||
# - name : env
|
|
||||||
# run: |
|
|
||||||
# export EVS_ACCOUNT_NAME=${{ secrets.EVS_ACCOUNT_NAME}} && export EVS_PASSWD=${{ secrets.EVS_PASSWD }}
|
|
||||||
# export CSC_LINK=${{ secrets.CSC_LINK }} && export CSC_KEY_PASSWORD=${{ secrets.CSC_KEY_PASSWORD }}
|
|
||||||
# export APPLEID=${{ secrets.APPLEID }} && export APPLEIDPASS=${{ secrets.APPLEIDPASS }}
|
|
||||||
|
|
||||||
- name: Sign in to EVS
|
- name: Sign in to EVS
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade castlabs-evs
|
python3 -m pip install --upgrade castlabs-evs
|
||||||
|
@ -102,8 +65,6 @@ jobs:
|
||||||
rm -r /node_modules/leveldown/node_modules/node-gyp-build || true
|
rm -r /node_modules/leveldown/node_modules/node-gyp-build || true
|
||||||
yarn dist:universalNotWorking -p never
|
yarn dist:universalNotWorking -p never
|
||||||
ls
|
ls
|
||||||
# - name: Perform CodeQL Analysis
|
|
||||||
# uses: github/codeql-action/analyze@v1
|
|
||||||
|
|
||||||
- name: Add license to dmg
|
- name: Add license to dmg
|
||||||
run: |
|
run: |
|
||||||
|
@ -140,16 +101,13 @@ jobs:
|
||||||
dist/*.pkg
|
dist/*.pkg
|
||||||
# The desired behavior if no files are found using the provided path.
|
# The desired behavior if no files are found using the provided path.
|
||||||
|
|
||||||
# - name: Release
|
# - name: Upload Artifacts to Latest Release
|
||||||
# uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
# with:
|
# with:
|
||||||
# files: |
|
# token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
|
||||||
# dist/Cider.dmg
|
# files: |
|
||||||
# dist/Cider.pkg
|
# dist/*.dmg
|
||||||
# body: signed Develop MacOS Builds
|
# dist/*.pkg
|
||||||
# name: macOS builds
|
# tag_name: $APP_VERSION
|
||||||
# tag_name: macos-beta
|
# env:
|
||||||
# target_commitish: ${{ env.GITHUB_SHA }}
|
# GITHUB_REPOSITORY: ciderapp/cider-releases
|
||||||
# prerelease: true
|
|
||||||
# generate_release_notes: true
|
|
||||||
# fail_on_unmatched_files: false
|
|
|
@ -34,3 +34,4 @@ elif [[ -z "${BASH_ENV}" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
node -p -e "require('./package.json').version"
|
node -p -e "require('./package.json').version"
|
||||||
|
printenv
|
Loading…
Add table
Add a link
Reference in a new issue