mirror of
https://github.com/digarok/buckshot.git
synced 2024-10-31 12:04:51 +00:00
win ci
This commit is contained in:
parent
9bd4bc53fb
commit
d635fe4c23
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -23,7 +23,14 @@ jobs:
|
|||||||
- name: Make Windows
|
- name: Make Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
working-directory: ./buckshot
|
working-directory: ./buckshot
|
||||||
run: qmake ; ls -al ; jom ; ls -al ; nmake ; ls -al
|
run: |
|
||||||
|
dir
|
||||||
|
qmake
|
||||||
|
dir
|
||||||
|
jom
|
||||||
|
dir
|
||||||
|
nmake
|
||||||
|
dir
|
||||||
|
|
||||||
- name: Package OSX Test
|
- name: Package OSX Test
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user