-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #602 from mmuetzel/ci
GraphBLAS: Generate GB_JITpackage.c only if included files have changed.
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- '**/*dev2' | ||
pull_request: | ||
|
||
concurrency: ci-${{ github.ref }} | ||
concurrency: ci-macos-${{ github.ref }} | ||
|
||
env: | ||
# string with name of libraries to be built | ||
|
@@ -35,7 +35,7 @@ jobs: | |
# re-installed. | ||
run: | | ||
brew update | ||
brew install --overwrite [email protected] [email protected] | ||
brew install --overwrite [email protected] [email protected] [email protected] | ||
brew reinstall gcc | ||
brew install autoconf automake ccache cmake gmp lapack libomp mpfr openblas | ||
|
@@ -164,8 +164,8 @@ jobs: | |
- name: check_LAGraph | ||
run: | | ||
cd ${GITHUB_WORKSPACE}/LAGraph/build | ||
ctest . | ||
cd ${GITHUB_WORKSPACE}/LAGraph | ||
make demos | ||
- name: check_ParU | ||
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
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