mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Merge remote-tracking branch 'origin/master' into remove_qtscript
This commit is contained in:
commit
1611d093ee
4
.github/workflows/CompileAndRelease.yml → .github/workflows/BuildAndRelease.yml
vendored
Executable file → Normal file
4
.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
|
||||
- cron: '0 1 1 * *' #every first day of the month at 1am
|
||||
|
||||
jobs:
|
||||
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]
|
||||
5
.github/workflows/CompileUbuntu.yml → .github/workflows/BuildUbuntu.yml
vendored
Executable file → Normal file
5
.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]
|
||||
@ -109,7 +109,8 @@ jobs:
|
||||
run: |
|
||||
cmake src/ -G Ninja
|
||||
- name: Build MeshLab
|
||||
run: ninja -C .
|
||||
run: |
|
||||
ninja -C .
|
||||
- name: Install Meshlab
|
||||
run: sudo ninja -C . install
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: CompileWindows
|
||||
name: BuildWindows
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@ -1 +1 @@
|
||||
2020.05
|
||||
2020.06
|
||||
@ -1,9 +1,9 @@
|
||||
#  MeshLab
|
||||
|
||||
|
||||
[](https://github.com/cnr-isti-vclab/meshlab/actions)
|
||||
[](https://github.com/cnr-isti-vclab/meshlab/actions)
|
||||
[](https://github.com/cnr-isti-vclab/meshlab/actions)
|
||||

|
||||

|
||||

|
||||
|
||||
This is the official repository for the source and the binaries of MeshLab.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Known to build in Ubuntu 18.04
|
||||
name: meshlab
|
||||
base: core18
|
||||
version: '2020.05'
|
||||
version: '2020.06'
|
||||
summary: MeshLab
|
||||
description: |
|
||||
The open source system for processing and editing 3D triangular meshes.
|
||||
|
||||
@ -68,11 +68,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2020.05</string>
|
||||
<string>2020.06</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2020.05</string>
|
||||
<string>2020.06</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.12</string>
|
||||
<key>NOTE</key>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user