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
ff6b119f
There was an error fetching the commit references. Please try again later.
Unverified
Commit
ff6b119f
authored
2 years ago
by
GyDi
Browse files
Options
Downloads
Patches
Plain Diff
chore: alpha ci
parent
7ef4b7ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/alpha.yml
+9
-10
9 additions, 10 deletions
.github/workflows/alpha.yml
with
9 additions
and
10 deletions
.github/workflows/alpha.yml
+
9
−
10
View file @
ff6b119f
...
...
@@ -11,6 +11,7 @@ env:
jobs
:
release
:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
windows-latest
,
ubuntu-latest
,
macos-latest
]
runs-on
:
${{ matrix.os }}
...
...
@@ -27,20 +28,20 @@ jobs:
override
:
true
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@
ce325b60658c1b38465c06cc965b79baf32c1e7
2
uses
:
Swatinem/rust-cache@
v
2
with
:
work
ing-directory
:
src-tauri
work
spaces
:
src-tauri
-
name
:
Install Node
uses
:
actions/setup-node@v1
with
:
node-version
:
1
4
node-version
:
1
6
-
name
:
Install Dependencies (ubuntu only)
if
:
matrix.os == 'ubuntu-latest'
run
:
|
sudo apt-get update
sudo apt-get install -y lib
webkit2
gtk-
4.0
-dev
build-essential curl wget libssl-dev libgtk-3-dev
libappindicator3-dev librsvg2-dev
libayatana-appindicator3-dev
sudo apt-get install -y libgtk-
3
-dev
webkit2gtk-4.0
libappindicator3-dev librsvg2-dev
patchelf
-
name
:
Get yarn cache dir path
id
:
yarn-cache-dir-path
...
...
@@ -61,19 +62,17 @@ jobs:
yarn run check
-
name
:
Tauri build
uses
:
tauri-apps/tauri-action@743a37fd53cbdd122910b818b9bef7b7aa019134
# enable cache even though failed
continue-on-error
:
true
uses
:
tauri-apps/tauri-action@0
env
:
VITE_MULTI_CORE
:
1
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
releaseBody
:
"
Alpha
Version
(include
debug)"
releaseDraft
:
false
includeDebug
:
true
prerelease
:
true
# - name: Portable Bundle
...
...
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