Skip to content

Commit

Permalink
Add explicit ophd target when building on CircleCI
Browse files Browse the repository at this point in the history
This isn't really needed. It mostly just makes the code look more symmetric. It also maybe serves as a bit of documentation as to what exactly is being built by that step.
  • Loading branch information
DanRStevens committed Feb 19, 2025
1 parent 60cee01 commit 520e7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commands:
build:
steps:
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror" nas2d
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror"
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror" ophd
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror" testLibOPHD
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror" testLibControls
- run: make --keep-going --jobs 16 CXXFLAGS_EXTRA="-Werror" checkOPHD
Expand Down

0 comments on commit 520e7e7

Please sign in to comment.