|
@ -2,7 +2,7 @@ name: windows |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- windows-workflow |
|
|
- master |
|
|
jobs: |
|
|
jobs: |
|
|
compile: |
|
|
compile: |
|
|
runs-on: windows-latest |
|
|
runs-on: windows-latest |
|
@ -20,10 +20,6 @@ jobs: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 1 |
|
|
fetch-depth: 1 |
|
|
- name: Print a few variables |
|
|
|
|
|
run: | |
|
|
|
|
|
env | grep MSYSTEM |
|
|
|
|
|
env | grep MINGW |
|
|
|
|
|
- name: Download openFrameworks and add ofxPiMapper to addons |
|
|
- name: Download openFrameworks and add ofxPiMapper to addons |
|
|
run: | |
|
|
run: | |
|
|
mkdir .ofxPiMapper |
|
|
mkdir .ofxPiMapper |
|
|