split into three tasks, check OneOf, add fast prime test, try multiple workers

This commit is contained in:
Alex Groce
2018-07-13 11:41:48 -07:00
parent dcb1ce6518
commit 38984fd59f
2 changed files with 34 additions and 9 deletions

View File

@@ -17,8 +17,12 @@ install:
- python setup.py install
- cd ..
env:
- TASK=ANGR_BASIC DEEPSTATE_CMD=deepstate-angr
- TASK=MANTICORE_BASIC DEEPSTATE_CMD=deepstate-manticore
- TASK=PRIMES DEEPSTATE_CMD=deepstate-angr
- TASK=PRIMES DEEPSTATE_CMD=deepstate-manticore
- TASK=ONEOF DEEPSTATE_CMD=deepstate-angr
- TASK=ONEOF DEEPSTATE_CMD=deepstate-manticore
- TASK=ARITHMETIC DEEPSTATE_CMD=deepstate-angr
- TASK=ARITHMETIC DEEPSTATE_CMD=deepstate-manticore
script:
- pyflakes bin/deepstate/*.py
- pyflakes tests/*.py