10 lines
113 B
YAML
10 lines
113 B
YAML
language: python
|
|
python: "3.6"
|
|
notifications:
|
|
email: true
|
|
before_script:
|
|
- cd build
|
|
script:
|
|
- ./main.sh
|
|
|