Swap order to improve debugging
This commit is contained in:
parent
55f14378ce
commit
2bbda2f0e4
@ -19,12 +19,12 @@ deploy:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- (wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb && sudo dpkg -i gcc-arm-embedded*_amd64.deb)
|
- (wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb && sudo dpkg -i gcc-arm-embedded*_amd64.deb)
|
||||||
- pip3 install --user adafruit-nrfutil
|
|
||||||
|
|
||||||
# report some good version numbers to the build
|
# report some good version numbers to the build
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- arm-none-eabi-gcc --version
|
- arm-none-eabi-gcc --version
|
||||||
- python3 --version
|
- python3 --version
|
||||||
|
- pip3 install --user adafruit-nrfutil
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python3 tools/build_all.py
|
- python3 tools/build_all.py
|
||||||
|
Loading…
Reference in New Issue
Block a user