mirror of
https://github.com/digarok/buckshot.git
synced 2025-08-15 14:27:20 +00:00
win ci
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -23,7 +23,14 @@ jobs:
|
||||
- name: Make Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
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
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
Reference in New Issue
Block a user