Skip to content

Cross compilation for Linux, MacOS, and Windows #23

Cross compilation for Linux, MacOS, and Windows

Cross compilation for Linux, MacOS, and Windows #23

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
pull_request:
jobs:
build:
name: build & test
uses: ./.github/workflows/build.yml
with:
compiler_version: ldc-1.37.0
check:
uses: ./.github/workflows/check.yml
with:
compiler_version: dmd-2.107.1