Skip to content

Commit

Permalink
Update build_mmvii.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc authored Dec 11, 2023
1 parent c796a69 commit 4522586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Configure CMake for MMVII
run: cmake -S MMVII -B MMVII/build -DCMAKE_BUILD_TYPE=Release

- name: Build MMVII first stage
- name: Build MMVII first stage, build base code
run: cmake --build MMVII/build -j 4

- name: Generate codesfor Symbolic Derivatives
run: MMVII/bin/MMVII GenCodeSymDer

- name: Build MMVII second stage
- name: Build MMVII second stage, build generated code
run: cmake --build MMVII/build -j 4

- name: Run MMVII Tests
Expand Down

0 comments on commit 4522586

Please sign in to comment.