Skip to content

Commit

Permalink
[CI] restore UTs on macos (#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 authored Dec 20, 2024
1 parent c144dc8 commit 4a31096
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ name: macos
on:
workflow_dispatch:
push:
paths:
- '**'
- '!.github/**'
- '.github/workflows/macos.yml'
pull_request:
paths:
- '**'
- '!.github/**'
- '.github/workflows/macos.yml'

jobs:
macos:
Expand Down Expand Up @@ -44,8 +52,9 @@ jobs:
mkdir build-release
cd $_
brew install autoconf automake libtool gettext
cmake .. -DCMAKE_BUILD_TYPE=Release -Wno-dev -DWITH_MYSQL=1 -DWITH_POSTGRES=1 -DWITH_CHATAI=1
cmake .. -DCMAKE_BUILD_TYPE=Release -Wno-dev -DWITH_MYSQL=1 -DWITH_POSTGRES=1 -DWITH_CHATAI=1 -DBUILD_TESTING=1
make -j$(sysctl -n hw.physicalcpu) VERBOSE=1 install
ctest --output-on-failure
# - name: codelite --version
# run: codelite.app/Contents/MacOS/codelite --version || exit 0 # codelite --version returns -1

0 comments on commit 4a31096

Please sign in to comment.