Update motivation.rst #171
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C_C++_CI | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-with-gcc: | |
uses: NWChemEx-Project/.github/.github/workflows/c-cpp_tmpl.yaml@master | |
with: | |
dependencies: 'ninja gcc gcovr openblas cblas lapacke scalapack boost eigen3 openmpi' | |
clang-build: false | |
gcc-build: true | |
ninja_build: true | |
secrets: | |
CMAIZE_GITHUB_TOKEN: ${{ secrets.CMAIZE_GITHUB_TOKEN }} | |
# build-with-clang: | |
# uses: NWChemEx-Project/.github/.github/workflows/c-cpp_tmpl.yaml@master | |
# with: | |
# dependencies: 'clang gcovr openblas cblas lapacke scalapack boost eigen3 openmpi' | |
# clang-build: true | |
# gcc-build: false | |
# secrets: | |
# CMAIZE_GITHUB_TOKEN: ${{ secrets.CMAIZE_GITHUB_TOKEN }} |