mirror of
https://github.com/digarok/buckshot.git
synced 2024-12-02 18:54:01 +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 }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
#os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
os: [ ubuntu-latest ]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -35,4 +36,13 @@ jobs:
|
||||
|
||||
- name: Package OSX Test
|
||||
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