Skip to content

CICD on macOS 12

CICD on macOS 12 #21

Workflow file for this run

name: Build on Ubuntu 22.04
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
linuxbuild:
runs-on: ubuntu-22.04
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.5
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: config
run: xmake config --yes -vD -m releasedbg
- name: build
run: xmake build --yes -vD s7
- name: test
run: xmake run --yes -vD plus.scm