-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
52 additions
and
98 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 |
---|---|---|
|
@@ -17,11 +17,6 @@ jobs: | |
runs-on: macos-13 | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -62,10 +57,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Build iOS and run tests | ||
shell: bash | ||
|
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 |
---|---|---|
|
@@ -16,10 +16,6 @@ jobs: | |
name: Build | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout Sources | ||
uses: actions/[email protected] | ||
|
@@ -54,10 +50,10 @@ jobs: | |
- name: Install NDK | ||
run: echo "y" | sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;24.0.8215888" --sdk_root=${ANDROID_SDK_ROOT} | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Gradle Cache | ||
uses: actions/cache@v3 | ||
|
@@ -78,10 +74,6 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
# if: github.ref == ' refs/head/main' | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout Sources | ||
uses: actions/[email protected] | ||
|
@@ -117,10 +109,10 @@ jobs: | |
- name: Install NDK | ||
run: echo "y" | sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;24.0.8215888" --sdk_root=${ANDROID_SDK_ROOT} | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Gradle Cache | ||
uses: actions/cache@v3 | ||
|
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 |
---|---|---|
|
@@ -12,10 +12,6 @@ jobs: | |
name: Build android unit test | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout Sources | ||
uses: actions/[email protected] | ||
|
@@ -50,10 +46,10 @@ jobs: | |
- name: Install NDK | ||
run: echo "y" | sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;24.0.8215888" --sdk_root=${ANDROID_SDK_ROOT} | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Gradle Cache | ||
uses: actions/cache@v3 | ||
|
@@ -74,10 +70,6 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
# if: github.ref == ' refs/head/main' | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout Sources | ||
uses: actions/[email protected] | ||
|
@@ -112,10 +104,10 @@ jobs: | |
- name: Install NDK | ||
run: echo "y" | sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;24.0.8215888" --sdk_root=${ANDROID_SDK_ROOT} | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Gradle Cache | ||
uses: actions/cache@v3 | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -33,10 +28,10 @@ jobs: | |
sudo apt update | ||
sudo apt install -y clang libclang-dev libopencv-dev | ||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Install cargo-spellcheck | ||
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0 | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -42,10 +37,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: cargo clippy | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,6 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -48,10 +43,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: cargo nextest | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,6 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
|
||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -47,10 +42,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: cargo nextest | ||
shell: bash | ||
|
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,5 +1,9 @@ | ||
name: Distribute TestFlight Production Build | ||
|
||
concurrency: | ||
group: ${{ github.workflow }} | ||
cancel-in-progress: false | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
|
@@ -10,10 +14,6 @@ jobs: | |
name: Distribute TestFlight Production Build | ||
|
||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
@@ -52,10 +52,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Install the Apple certificate and provisioning profile | ||
env: | ||
|
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,5 +1,9 @@ | ||
name: Distribute TestFlight QA Build | ||
|
||
concurrency: | ||
group: ${{ github.workflow }} | ||
cancel-in-progress: false | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
|
@@ -10,10 +14,6 @@ jobs: | |
name: Distribute TestFlight QA Build | ||
|
||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
@@ -52,10 +52,10 @@ jobs: | |
version: 0.22.0 # Must be in sync with version in Cargo.toml | ||
use-tool-cache: true | ||
|
||
# - name: Rust Cache | ||
# uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 | ||
# with: | ||
# workspaces: rust -> rust/target | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844 # v2.7.7 | ||
with: | ||
workspaces: rust -> rust/target | ||
|
||
- name: Install the Apple certificate and provisioning profile | ||
env: | ||
|