Skip to content

Commit f51d217

Browse files
committed
building tests
1 parent f88eade commit f51d217

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
#
2222
# To add more build types (Release, Debug, etc.) customize the build_type list.
2323
matrix:
24-
build_type: [Tests]
24+
build_type: [Debug]
2525
# os: [windows-latest, ubuntu-latest, macos-latest]
2626
# os: [ubuntu-latest, macos-latest]
27-
os: [macos-latest]
27+
os: [windows-latest, macos-latest]
2828
include:
29-
# - os: windows-latest
30-
# c_compiler: cl
31-
# cpp_compiler: cl
32-
# runExecutable:
29+
- os: windows-latest
30+
c_compiler: cl
31+
cpp_compiler: cl
32+
runExecutable:
3333
# - os: ubuntu-latest
3434
# c_compiler: gcc
3535
# cpp_compiler: g++
@@ -41,7 +41,7 @@ jobs:
4141
- os: macos-latest
4242
c_compiler: clang
4343
cpp_compiler: clang++
44-
runExecutable: open -n Gatality.app
44+
runExecutable: ./Gatality_tests
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -66,6 +66,7 @@ jobs:
6666
build-dir: ${{ steps.strings.outputs.build-output-dir }}
6767
cc: ${{ matrix.c_compiler }}
6868
cxx: ${{ matrix.cpp_compiler }}
69+
configure-options: -DGatality_BuildApp=OFF -DGatality_BuildTests=ON
6970
build-type: ${{ matrix.build_type }}
7071

7172
- name: Build

0 commit comments

Comments
 (0)