added .gitignore, second stage to ci

This commit is contained in:
Felix Pankratz 2020-03-26 21:10:54 +01:00
parent 801f6323e2
commit 0c5c77d881
2 changed files with 12 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__

View File

@ -1,9 +1,17 @@
stages:
- syntaxcheck
- build
- test
test:
stage: syntaxcheck
stage: build
tags:
- python3
script:
- python3 -i panxy.py
- python3 -m py_compile panxy.py
test:
stage: test
tags:
- python3
script:
- python3 panxy.py