Swap order to improve debugging

This commit is contained in:
Scott Shawcroft 2018-12-04 15:27:13 -08:00
parent 55f14378ce
commit 2bbda2f0e4
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 1 deletions

View File

@ -19,12 +19,12 @@ deploy:
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)
- pip3 install --user adafruit-nrfutil
# report some good version numbers to the build
- gcc --version
- arm-none-eabi-gcc --version
- python3 --version
- pip3 install --user adafruit-nrfutil
script:
- python3 tools/build_all.py