Skip to content

Commit

Permalink
Update build_mmvii.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Dec 11, 2023
1 parent 5594ede commit 27169b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,19 @@ jobs:
run: cmake --build build --config Release --target INSTALL -j 4

- name: Configure CMake for MMVII
run: cmake -S MMVII -B MMVII/build -DCMAKE_BUILD_TYPE=Release
run: cmake -S MMVII -B MMVII/build

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

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

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

- name: Run MMVII Tests
if: false
working-directory: ./MMVII/bin
run: ./MMVII Bench 1

0 comments on commit 27169b8

Please sign in to comment.