File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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++
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
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
You can’t perform that action at this time.
0 commit comments