restore build and release and snap repos

This commit is contained in:
alemuntoni 2020-06-18 17:41:44 +02:00
parent 4714a9c1ce
commit 3ec6b2879a
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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