mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
restore build and release and snap repos
This commit is contained in:
parent
4714a9c1ce
commit
3ec6b2879a
12
.github/workflows/BuildAndRelease.yml
vendored
12
.github/workflows/BuildAndRelease.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: BuildAndRelease
|
||||
|
||||
on:
|
||||
[push, pull_request] #just for test release scripts
|
||||
#schedule:
|
||||
# - cron: '0 1 1 * *' #every first day of the month at 1am
|
||||
#[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:
|
||||
@ -271,14 +271,14 @@ jobs:
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: meshlab_linux_snap
|
||||
- name: Manage Permissions
|
||||
- name: Change Permissions
|
||||
run: |
|
||||
chmod +x meshlab_linux_portable/usr/bin/meshlab
|
||||
chmod +x meshlab_linux_portable/usr/bin/meshlabserver
|
||||
chmod +x meshlab_linux_portable/AppRun
|
||||
chmod +x meshlab_linux_appimage/MeshLab${{steps.envs.outputs.date}}-linux.AppImage
|
||||
chmod +x meshlabserver_linux_appimage/MeshLabServer${{steps.envs.outputs.date}}-linux.AppImage
|
||||
- name: Create Meshlab Linux Archive
|
||||
- name: Create MeshLab Portable Linux Archive
|
||||
run: |
|
||||
tar -cvzf MeshLab${{steps.envs.outputs.date}}-linux.tar.gz meshlab_linux_portable/
|
||||
- name: Upload ReleaseLinuxPortable
|
||||
@ -347,7 +347,7 @@ jobs:
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: meshlab_windows_installer
|
||||
- name: Create Meshlab Portable Archive
|
||||
- name: Create MeshLab Portable Windows Archive
|
||||
run: |
|
||||
zip -r MeshLab${{steps.envs.outputs.date}}-windows.zip meshlab_windows_portable/
|
||||
- name: Upload ReleaseWindowsPortable
|
||||
|
||||
@ -55,7 +55,7 @@ parts:
|
||||
after: [desktop-qt5]
|
||||
plugin: qmake
|
||||
qt-version: qt5
|
||||
source: https://github.com/alemuntoni/meshlab.git
|
||||
source: https://github.com/cnr-isti-vclab/meshlab.git
|
||||
build-packages:
|
||||
- qt5-default
|
||||
- qttools5-dev-tools
|
||||
|
||||
@ -55,7 +55,7 @@ parts:
|
||||
after: [desktop-qt5]
|
||||
plugin: qmake
|
||||
qt-version: qt5
|
||||
source: https://github.com/alemuntoni/meshlab.git
|
||||
source: https://github.com/cnr-isti-vclab/meshlab.git
|
||||
build-packages:
|
||||
- qt5-default
|
||||
- qttools5-dev-tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user