Skip to content

Commit

Permalink
CI for SSC: Allow for submodules & using the gitlab repo's libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Sep 12, 2016
1 parent fcf2788 commit bdc4ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ build_ssc:
expire_in: 6 mos

script:
- git submodule update --init
# use gitlab wifi lib instead of github wifi lib
- git clone ssh://[email protected]:27227/idf/esp32-wifi-lib.git
- rm -rf components/esp32/lib/*
- cp esp32-wifi-lib/* components/esp32/lib/
- git clone ssh://[email protected]:27227/yinling/SSC.git
- cd SSC
Expand Down

0 comments on commit bdc4ecb

Please sign in to comment.