Skip to content

Commit

Permalink
CI: run prep.sh before running platformio run
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Hozza <[email protected]>
  • Loading branch information
thozza committed Aug 22, 2015
1 parent e9e8742 commit 1f1c6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ build:
- virtualenv -p python venv
- source venv/bin/activate
- pip install platformio
- prep.sh
- platformio run
- rm -rf .pioenvs

0 comments on commit 1f1c6f6

Please sign in to comment.