Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SECURITY.md #1871

Closed
wants to merge 1 commit into from
Closed

Create SECURITY.md #1871

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 7, 2020

freebsd_13_py3_task:
freebsd_instance:
image: freebsd-12-1-release-amd64
env:
CIRRUS: 1
install_script:
- pkg install -y python3 gcc py37-pip
script:
- python3 -m pip install --user setuptools
- make clean
- make install
- make test
- make test-memleaks
- make print-access-denied
- make print-api-speed

freebsd_11_py2_task:
freebsd_instance:
image: freebsd-12-1-release-amd64
env:
CIRRUS: 1
install_script:
- pkg install -y python gcc py27-pip
script:
- python2.7 -m pip install --user setuptools ipaddress mock
- make clean
- make install
- make test
- make test-memleaks
- make print-access-denied
- make print-api-speed

Thanksgxccbmkhdkkfddd
@giampaolo giampaolo closed this Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant