Skip to content

Add new header files #20

Add new header files

Add new header files #20

Workflow file for this run

name: Linux
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Checkout SkiaKit
uses: actions/checkout@v2
- name: Download payload (Linux)
run: make download-payload-linux
- name: Build with Swift command line
run: swift build -v
- name: Test Swift
run: swift test