Skip to content

Merge branch 'main' of https://github.com/kastel-security/polyas-core… #19

Merge branch 'main' of https://github.com/kastel-security/polyas-core…

Merge branch 'main' of https://github.com/kastel-security/polyas-core… #19

Workflow file for this run

image: continuumio/miniconda3:latest
before_script:
- apt-get -qq update
testbuild :
stage: build
only:
- master
script:
- conda config --append channels conda-forge
- apt-get update -q -y
- apt-get install -y build-essential
- apt-get install -y libgmp3-dev
- conda env create -f environment.yml
- source activate polyas_checker
- python -m unittest discover src