added initial ci conf
This commit is contained in:
parent
840c131a98
commit
b6916d2f8c
3 changed files with 29 additions and 0 deletions
7
.semaphoreci/setup.sh
Executable file
7
.semaphoreci/setup.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
pip install --user -r requirements.txt
|
||||
|
||||
make pull-images
|
||||
make validate
|
Loading…
Add table
Add a link
Reference in a new issue