Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab ci syntax | nico | 2020-06-27 | 1 | -3/+2 |
| | | | | * multiple before_script segments overwrite one another | ||||
* | gitlab ci caching | nico | 2020-06-27 | 1 | -1/+16 |
| | | | | | + add pip caching + add venv caching | ||||
* | split up flake jobs | nico | 2020-06-26 | 1 | -5/+11 |
| | | | | | * split flake8 jobs into two seperate jobs to better control the result + add allow_failure: true to the pep8 job to not discourage anybody from commiting code | ||||
* | flake8 gitlab ajustments | nico | 2020-06-26 | 1 | -4/+6 |
| | | | | | | | | | * ajust ci config for gitlabs ci * reduced max line length to 120 It seems gitlab prefers it that way + add some comments | ||||
* | initial ci runner config | nico | 2020-06-26 | 1 | -0/+16 |
* have mercy on my soul |