Skip to content

Update language exposé. #258

Update language exposé.

Update language exposé. #258

Workflow file for this run

name: Build MacOSX
on:
push:
branches:
- master
jobs:
job_build_on_macos:
runs-on: macOS-latest
steps:
- id: CHECKOUT_SOURCE
uses: actions/checkout@v2
- id: CONFIGURE
run: ./configure
- id: MAKE
run: make release
- id: TEST
run: make test