Skip to content

Merge branch 'master' of https://github.com/onecoolx/picasso #159

Merge branch 'master' of https://github.com/onecoolx/picasso

Merge branch 'master' of https://github.com/onecoolx/picasso #159

Workflow file for this run

name: MacOSX Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Generate Project
run: ./build_macosx.sh
- name: build
run: xcodebuild -project ./proj/picasso.xcodeproj