Skip to content

Commit

Permalink
Updated to build with ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 31, 2024
1 parent 14574f0 commit fced067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:

- name: Get machine name
run: echo "Machine name $RUNNER_NAME"

- name: Install ninja-build
run: brew install ninja

# \bug DYLD_LIBRARY_PATH is not being set here?
- name: Setup environment
Expand Down Expand Up @@ -212,6 +215,9 @@ jobs:

- name: Get machine name
run: echo "Machine name $RUNNER_NAME"

- name: Install ninja-build
run: brew install ninja

# \bug DYLD_LIBRARY_PATH is not being set here?
- name: Setup environment
Expand Down
1 change: 1 addition & 0 deletions etc/macOS/macos-build-gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BUILD_TYPE=$1
mkdir build
cd build
cmake ../etc/SuperBuild \
-G Ninja \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DCMAKE_INSTALL_PREFIX=$PWD/install \
-DCMAKE_PREFIX_PATH=$PWD/install \
Expand Down

0 comments on commit fced067

Please sign in to comment.