Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bda2f6 commit 15d659fCopy full SHA for 15d659f
1 file changed
.cirrus.yml
@@ -10,13 +10,16 @@ freebsd_task:
10
sysctl_script:
11
- sysctl net.inet.tcp.blackhole=0
12
- sysctl net.inet.udp.blackhole=0
13
- build_script:
+ configure_script:
14
- mkdir build
15
- cd build
16
- ../configure --with-pydebug
17
+ build_script:
18
+ - cd build
19
- make -j$(sysctl -n hw.ncpu)
20
pythoninfo_script:
- - cd build && make pythoninfo
21
22
+ - make pythoninfo
23
test_script:
24
25
# dtrace fails to build on FreeBSD - see gh-73263
0 commit comments