Skip to content

ci: use release tag for clang17 #408

ci: use release tag for clang17

ci: use release tag for clang17 #408

Workflow file for this run

name: mac autotools parallel
on:
push:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Install Dependencies
run: brew install ninja autoconf automake libtool openmpi
- name: Get Source
uses: actions/checkout@v4
- name: Build and test
env:
NPROCS: 2
run: |
set
./autogen.sh
./configure --enable-parallel CC=mpicc
make
make check