mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
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
|
|
|