mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-06 06:53:47 +00:00
Building with Github Actions
This commit is contained in:
parent
b626c6c644
commit
e67a688baa
7 changed files with 122 additions and 9 deletions
9
.github/dev.yml
vendored
9
.github/dev.yml
vendored
|
|
@ -1,7 +1,11 @@
|
|||
pr: none
|
||||
trigger: [ master ]
|
||||
trigger:
|
||||
branches:
|
||||
include: [ master ]
|
||||
paths:
|
||||
exclude: [ '.github', '*.md', 'Examples' ]
|
||||
|
||||
name: 4.3.1-dev.$(Rev:r)
|
||||
name: 4.3.2-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
@ -57,4 +61,3 @@ stages:
|
|||
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\", \"commitMessage\": \"$(Release_Notes)\" }"
|
||||
}
|
||||
waitForCompletion: 'false'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue