Skip to content

DarwinClient: Add CFSTR to iPython namespace #1188

DarwinClient: Add CFSTR to iPython namespace

DarwinClient: Add CFSTR to iPython namespace #1188

Workflow file for this run

name: Server application
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./src/rpcserver
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
- name: Test make
run: |
make clean all