Skip to content

Commit

Permalink
ci(main): test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 24, 2024
1 parent d25a4c8 commit c0d2fb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: GitHub Actions
# events but only for the master branch
on:
push:
branches: [ master- ]
branches: [ master ]
pull_request:
branches: [ master- ]
branches: [ master ]
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spack_ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: spack ci
on:
push:
branches: [ master ]
branches: [ master- ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions ci/build_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ cmake ../ \
-DCMAKE_INSTALL_PREFIX="$(scspkg pkg root hermes)" \
-DHERMES_ENABLE_MPIIO_ADAPTER=ON \
-DHERMES_MPICH=ON \
-DHERMES_ENABLE_STDIO_ADAPTER=OFF \
-DHERMES_ENABLE_STDIO_ADAPTER=ON \
-DHERMES_ENABLE_POSIX_ADAPTER=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DSITE=ubu \
-DBUILDNAME="d-std"
-DBUILDNAME="d"
make -j
make install

Expand Down

0 comments on commit c0d2fb9

Please sign in to comment.