Skip to content

build on various architectures #12

build on various architectures

build on various architectures #12

Workflow file for this run

name: OpenPHIGS build CI on Darwin
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: dependencies
run: brew reinstall gcc; brew install --cask xquartz; brew install mesa-glu glfw3 tcsh glew openmotif libXaw
- name: clean
run: make clean
- name: configure
run: make config
- name: Build
run: make build
- name: Install test
run: make install