mirror of
https://github.com/digarok/buckshot.git
synced 2024-12-03 10:50:02 +00:00
add bundler
This commit is contained in:
parent
ccd75c2110
commit
2cdaed668b
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -9,7 +9,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
#os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||||
|
os: [ ubuntu-latest ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
@ -35,4 +36,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Package OSX Test
|
- name: Package OSX Test
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: ls ; #macdeployqt
|
run: |
|
||||||
|
echo "----1"
|
||||||
|
ls -al
|
||||||
|
echo "----2"
|
||||||
|
ls -al
|
||||||
|
echo "----3"
|
||||||
|
macdeployqt buckshot.app
|
||||||
|
ls -al buckshot.app
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user