Skip to content

Feature/samplefactor (#32) #111

Feature/samplefactor (#32)

Feature/samplefactor (#32) #111

Workflow file for this run

name: Test Linux
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
container: swift:5.5-focal
steps:
- name: Check out Source
uses: actions/checkout@v2
with:
submodules: "true"
- name: Build for Release
run: swift build -c release