Skip to content

add .readthedocs.yaml #1287

add .readthedocs.yaml

add .readthedocs.yaml #1287

Workflow file for this run

name: MPI Linux SyncFT
on: [pull_request, merge_group]
jobs:
build:
timeout-minutes: 90
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install-prerequisites
run: sudo apt-get update && sudo apt-get install -y mpich libmpich-dev
- name: build
run: ./build all-test mpi-linux-x86_64 syncft -j2 -g
- name: test
run: make -C mpi-linux-x86_64-syncft/tmp mpisyncfttest