mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
9 lines
113 B
YAML
9 lines
113 B
YAML
language: python
|
|
python: "3.6"
|
|
notifications:
|
|
email: true
|
|
before_script:
|
|
- cd build
|
|
script:
|
|
- ./main.sh
|
|
|