Skip to content

Add iOS buildbot configuration. #440

Add iOS buildbot configuration.

Add iOS buildbot configuration. #440

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Check configuration
run: make check PIP=pip BUILDBOT=buildbot