platform/tool/.travis.sh

5 lines
150 B
Bash
Raw Normal View History

2017-07-10 21:49:00 +00:00
#!/usr/bin/env bash
cd angel_orm_generator
pub get
2019-02-07 03:38:34 +00:00
pub run build_runner build
2017-07-10 21:49:00 +00:00
POSTGRES_USERNAME="angel_orm" POSTGRES_PASSWORD="angel_orm" pub run test