Skip to content

demumble swift symbols as well #81

demumble swift symbols as well

demumble swift symbols as well #81

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Ninja
uses: ashutoshvarma/[email protected]
- uses: ilammy/[email protected]
- name: CMake
run: |
cmake -GNinja .
- name: Build
run: |
ninja
- name: Test
run: |
python3 demumble_test.py