You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
196 B
YAML

stages:
- build
- test
build:
stage: build
tags:
- python3
script:
- python3 -m py_compile panxy.py
test:
stage: test
tags:
- python3
script:
- python3 panxy.py