Skip to content

Commit

Permalink
再次尝试修正打包失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-kirisame committed Jan 19, 2021
1 parent 9aec206 commit c9822b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ install:
- mkdir /tmp/sdk
- unzip -q /tmp/nRF5_SDK_15.3.0_59ac345.zip -d /tmp/sdk
- wget https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64tar.gz -O /tmp/nRF-command-line-tools.tar.gz
- tar xf /tmp/nRF-command-line-tools.tar.gz -C /tmp
- tar xf /tmp/nRF-Command-Line-Tools_10_12_1.tar -C /tmp
- sudo cp -r /tmp/mergehex /opt
- mkdir /tmp/tools
- tar xf /tmp/nRF-command-line-tools.tar.gz -C /tmp/tools
- tar xf /tmp/tools/nRF-Command-Line-Tools_10_12_1.tar -C /tmp/tools
- sudo cp -r /tmp/tools/mergehex /opt
- sudo ln -s /opt/mergehex/mergehex /usr/local/bin/mergehex
script:
- cp template/Makefile.posix.template template/Makefile.posix
Expand Down

0 comments on commit c9822b3

Please sign in to comment.