mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
added first mac workflow
a first test...
This commit is contained in:
parent
54869bdecc
commit
90ed365045
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-project-mac.yml
vendored
5
.github/workflows/build-project-mac.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
os: [macos-10.15]
|
os: [macos-10.15]
|
||||||
include:
|
include:
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
zip_name: ubuntu_tnc
|
zip_name: mac_tnc
|
||||||
generator: Unix Makefiles
|
generator: Unix Makefiles
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
- name: Build Linux Daemon
|
- name: Build macOS pyinstaller
|
||||||
if: matrix.os == 'macos-10.15'
|
if: matrix.os == 'macos-10.15'
|
||||||
working-directory: tnc
|
working-directory: tnc
|
||||||
run: |
|
run: |
|
||||||
|
@ -109,6 +109,7 @@ jobs:
|
||||||
- name: Create app bundle
|
- name: Create app bundle
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
mkdir gui-bundle
|
||||||
cp ./gui/dist/FreeDATA*.dmg gui-bundle
|
cp ./gui/dist/FreeDATA*.dmg gui-bundle
|
||||||
cd ./gui-bundle
|
cd ./gui-bundle
|
||||||
zip -r FreeDATA_mac.zip .
|
zip -r FreeDATA_mac.zip .
|
||||||
|
|
Loading…
Reference in a new issue