Merge branch 'main' of https://github.com/kastel-security/polyas-core… #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |