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
195 B
YAML

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