Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clash Verge
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Clash Verge
Commits
ec94218a
There was an error fetching the commit references. Please try again later.
Unverified
Commit
ec94218a
authored
2 years ago
by
GyDi
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: rm aarch64 ci
parent
c2e5c7cf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/alpha.yml
+0
-22
0 additions, 22 deletions
.github/workflows/alpha.yml
.github/workflows/ci.yml
+0
-22
0 additions, 22 deletions
.github/workflows/ci.yml
.github/workflows/test.yml
+5
-23
5 additions, 23 deletions
.github/workflows/test.yml
with
5 additions
and
67 deletions
.github/workflows/alpha.yml
+
0
−
22
View file @
ec94218a
...
...
@@ -42,11 +42,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libayatana-appindicator3-dev
-
name
:
Install ARM64 toolchain (windows only)
if
:
startsWith(matrix.os, 'windows-')
run
:
|
rustup target add aarch64-pc-windows-msvc
-
name
:
Get yarn cache dir path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
...
...
@@ -81,23 +76,6 @@ jobs:
releaseDraft
:
true
prerelease
:
true
-
name
:
Tauri build arm64 (windows only)
if
:
startsWith(matrix.os, 'windows-')
uses
:
tauri-apps/tauri-action@0e558392ccadcb49bcc89e7df15a400e8f0c954d
# enable cache even though failed
# continue-on-error: true
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY
:
${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD
:
${{ secrets.TAURI_KEY_PASSWORD }}
with
:
tagName
:
alpha
releaseName
:
"
Clash
Verge
Alpha"
releaseBody
:
"
Alpha
Version"
releaseDraft
:
true
prerelease
:
true
args
:
--target aarch64-pc-windows-msvc
# - name: Portable Bundle
# if: matrix.os == 'windows-latest'
# run: |
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/ci.yml
+
0
−
22
View file @
ec94218a
...
...
@@ -42,11 +42,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libayatana-appindicator3-dev
-
name
:
Install ARM64 toolchain (windows only)
if
:
startsWith(matrix.os, 'windows-')
run
:
|
rustup target add aarch64-pc-windows-msvc
-
name
:
Get yarn cache dir path
id
:
yarn-cache-dir-path
run
:
echo "::set-output name=dir::$(yarn cache dir)"
...
...
@@ -80,23 +75,6 @@ jobs:
releaseDraft
:
false
prerelease
:
true
-
name
:
Tauri build arm64 (windows only)
if
:
startsWith(matrix.os, 'windows-')
uses
:
tauri-apps/tauri-action@0e558392ccadcb49bcc89e7df15a400e8f0c954d
# enable cache even though failed
# continue-on-error: true
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY
:
${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD
:
${{ secrets.TAURI_KEY_PASSWORD }}
with
:
tagName
:
v__VERSION__
releaseName
:
"
Clash
Verge
v__VERSION__"
releaseBody
:
"
More
new
features
are
now
supported."
releaseDraft
:
false
prerelease
:
true
args
:
--target aarch64-pc-windows-msvc
-
name
:
Portable Bundle
if
:
matrix.os == 'windows-latest'
# rebuild with env settings
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/test.yml
+
5
−
23
View file @
ec94218a
...
...
@@ -40,10 +40,10 @@ jobs:
profile
:
minimal
override
:
true
#
- name: Rust Cache
#
uses: Swatinem/rust-cache@v1
#
with:
#
working-directory: src-tauri
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@v1
with
:
working-directory
:
src-tauri
-
name
:
Install Node
uses
:
actions/setup-node@v1
...
...
@@ -55,14 +55,6 @@ jobs:
run
:
|
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libayatana-appindicator3-dev
-
name
:
Install ARM64 toolchain (windows only)
if
:
startsWith(github.event.inputs.os, 'windows-')
run
:
|
rustup target add aarch64-pc-windows-msvc
rustup target list
rm ./src-tauri/Cargo.lock
-
name
:
Get yarn cache dir path
id
:
yarn-cache-dir-path
...
...
@@ -82,19 +74,9 @@ jobs:
yarn install --network-timeout 1000000
yarn run check
# - name: Tauri build
# uses: tauri-apps/tauri-action@0e558392ccadcb49bcc89e7df15a400e8f0c954d
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
# TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
-
name
:
Tauri build arm64 (windows only)
if
:
startsWith(github.event.inputs.os, 'windows-')
-
name
:
Tauri build
uses
:
tauri-apps/tauri-action@0e558392ccadcb49bcc89e7df15a400e8f0c954d
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY
:
${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD
:
${{ secrets.TAURI_KEY_PASSWORD }}
with
:
args
:
--target aarch64-pc-windows-msvc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment