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 18, 2023
1 parent 7711fa6 commit dc1642c
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 @@ -40,13 +40,13 @@ jobs:
CC: clang-14

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

- name: Generate codes for 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 -j 4 -- -k

- name: Run MMVII Tests
working-directory: ./MMVII/bin
Expand Down

0 comments on commit dc1642c

Please sign in to comment.