Skip to content

Commit

Permalink
Attempt to build project
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Oct 6, 2024
1 parent aac1bee commit 79034d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/hummm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ jobs:
- name: Configure
run: |
cd ecflow
cmake -B build.${{ matrix.profile }} -S . -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }}
cmake -B build.${{ matrix.profile }} -S . -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }}
- name: Build
run: |
cd ecflow
cmake --build build.${{ matrix.profile }} -j 4

0 comments on commit 79034d8

Please sign in to comment.