Skip to content

Commit

Permalink
macOS: execute test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Sep 10, 2024
1 parent d2aad61 commit d4c7f7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macos_14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:

- name: Install dependencies
run: |
brew install boost cryptopp fmt fcgi yajl libmemcached libpqxx postgresql
brew install boost cryptopp fmt fcgi yajl libmemcached libpqxx postgresql postgresql-common
- name: build
run: |
mkdir build && cd build && \
CXXFLAGS="-Wall -Wextra -Wpedantic -Wno-unused-parameter" cmake .. -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release && \
make -j${nproc}
make -j${nproc} && \
ctest
- name: Running openstreetmap-cgimap
run: |
./build/openstreetmap-cgimap --help"
./build/openstreetmap-cgimap --help

0 comments on commit d4c7f7e

Please sign in to comment.