File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Build
31
31
run : |
32
- cmake -B build -DENABLE_TEST=ON
32
+ cmake -B build
33
33
cmake --build build --config Release --parallel
34
-
35
- - name : Test
36
- run : |
37
- build/pybind11_test
38
34
39
35
build_win :
40
36
runs-on : windows-latest
54
50
55
51
- name : Build
56
52
run : |
57
- cmake -B build -DENABLE_TEST=ON
53
+ cmake -B build
58
54
cmake --build build --config Release --parallel
59
-
60
- - name : Test
61
- run : |
62
- build\Release\pybind11_test.exe
63
55
64
56
build_mac :
65
57
runs-on : macos-latest
82
74
83
75
- name : Build
84
76
run : |
85
- cmake -B build -DENABLE_TEST=ON
77
+ cmake -B build
86
78
cmake --build build --config Release --parallel
87
-
88
- - name : Test
89
- run : |
90
- build/pybind11_test
Original file line number Diff line number Diff line change 1
1
[submodule "pocketpy "]
2
2
path = pocketpy
3
3
url = https://github.com/pocketpy/pocketpy
4
- branch = main
5
-
6
- [submodule "googletest "]
7
- path = googletest
8
- url = https://github.com/google/googletest.git
4
+ branch = main
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments