Skip to content

Commit

Permalink
为travis编译过程做一些清理工作
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-kirisame committed Apr 13, 2020
1 parent 9c3a7fe commit 0606c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ script:
- cp template/Makefile.posix.template template/Makefile.posix
- sed -i "s/\/usr\/local/\/tmp/g" template/Makefile.posix
- cp -r /tmp/sdk/nRF5_SDK_15.3.0_59ac345/* SDK/
- rm -r tmk/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0-tmk/
- cd tmk/ && git reset --hard
- cd ../
- git status
- cd keyboard
- make -j
Expand Down

0 comments on commit 0606c26

Please sign in to comment.