Skip to content

iOS deployment target to 13. #87

iOS deployment target to 13.

iOS deployment target to 13. #87

Workflow file for this run

name: WebAssembly build
on: [push, pull_request]
jobs:
test:
name: BezierKit WASM support
runs-on: ubuntu-latest
container: ghcr.io/swiftwasm/carton:0.16.0
steps:
- uses: actions/checkout@v2
# Carton is not able to find our tests if LinuxMain.swift file is defined
- name: Remove LinuxMain.swift file
run: rm BezierKit/LinuxMain.swift
- name: Test
run: carton test