Skip to content

Update README.md (#31) #26

Update README.md (#31)

Update README.md (#31) #26

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: pushd NeewerLite; xcodebuild -scheme NeewerLite build -configuration Debug clean; popd;
# - name: Run tests
# run: pushd NeewerLite; xcodebuild test -scheme NeewerLite; popd;