mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
restore build and release
This commit is contained in:
parent
4469d6c5ef
commit
cc01ad5c2e
16
.github/workflows/CompileAndRelease.yml → .github/workflows/BuildAndRelease.yml
vendored
Executable file → Normal file
16
.github/workflows/CompileAndRelease.yml → .github/workflows/BuildAndRelease.yml
vendored
Executable file → Normal file
@ -1,9 +1,9 @@
|
||||
name: CompileAndRelease
|
||||
name: BuildAndRelease
|
||||
|
||||
on:
|
||||
[push, pull_request] #just for test release scripts
|
||||
#schedule:
|
||||
# - cron: '0 0 1 * *' #every first day of the month at midnight
|
||||
#[push, pull_request] #just for test release scripts
|
||||
schedule:
|
||||
- cron: '0 1 1 * *' #every first day of the month at 1am
|
||||
|
||||
jobs:
|
||||
update_ml_version:
|
||||
@ -31,10 +31,10 @@ jobs:
|
||||
- name: Update Snap file
|
||||
run: |
|
||||
sed "s%MESHLAB_VERSION%$(cat ML_VERSION)%g" install/linux/snap/local/snap_noversion.yaml > install/linux/snap/snapcraft.yaml
|
||||
#- name: commit ML_VERSION, snapcraft.yaml and Info.plist change
|
||||
# uses: stefanzweifel/git-auto-commit-action@v4.1.1
|
||||
# with:
|
||||
# commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change
|
||||
- name: commit ML_VERSION, snapcraft.yaml and Info.plist change
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.1
|
||||
with:
|
||||
commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change
|
||||
|
||||
ubuntu_build_appimage:
|
||||
needs: [update_ml_version]
|
||||
2
.github/workflows/CompileMacOS.yml → .github/workflows/BuildMacOS.yml
vendored
Executable file → Normal file
2
.github/workflows/CompileMacOS.yml → .github/workflows/BuildMacOS.yml
vendored
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
name: CompileMacOS
|
||||
name: BuildMacOS
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
2
.github/workflows/CompileUbuntu.yml → .github/workflows/BuildUbuntu.yml
vendored
Executable file → Normal file
2
.github/workflows/CompileUbuntu.yml → .github/workflows/BuildUbuntu.yml
vendored
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
name: CompileUbuntu
|
||||
name: BuildUbuntu
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
@ -1,4 +1,4 @@
|
||||
name: CompileWindows
|
||||
name: BuildWindows
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user