ofxPiMapper fixed for C++17 & oF 12.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
658 B

name: windows
on:
push:
branches:
- windows-workflow
jobs:
compile:
runs-on: windows-latest
env:
OF_URL: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: Get-ExecutionPolicy
- run: echo $Env.OF_URL
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl --location --progress-bar --output openFrameworks.zip https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
- run: pwd && ls
- run: unzip openFrameworks.zip