Add semaphore.yml
Chris Pressey
5 years ago
0 | # For more Python information and examples, see | |
1 | # https://docs.semaphoreci.com/article/83-language-python | |
2 | version: v1.0 | |
3 | name: Hello Semaphore | |
4 | agent: | |
5 | machine: | |
6 | type: e1-standard-2 | |
7 | os_image: ubuntu1804 | |
8 | blocks: | |
9 | - name: Python example | |
10 | task: | |
11 | jobs: | |
12 | - name: Run some code | |
13 | commands: | |
14 | - checkout | |
15 | - git clone https://github.com/catseye/Falderal | |
16 | - PATH=Falderal/bin:$PATH ./test.sh |