Update CircleCI config to instll libnl-dev

pull/974/head
Connor Rigby 2019-07-18 14:16:03 -07:00
parent 8c41547ab5
commit 24f56125d6
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,13 @@ install_jq: &install_jq
chmod +x ./jq-linux64
mv ./jq-linux64 /usr/bin/jq
install_libnl: &install_libnl
run:
name: Install libnl
command: |
apt-get update
apt-get install pkg-config libnl-genl-3-dev -y
build_firmware_steps: &build_firmware_steps
steps:
- checkout
@ -64,6 +71,7 @@ build_firmware_steps: &build_firmware_steps
key: v14-fbos-host-test-dependency-cache-{{ checksum "farmbot_os/mix.lock" }}
- <<: *install_elixir
- <<: *install_hex_archives
- <<: *install_libnl
- run:
name: Build Farmbot OS Firmware
working_directory: /nerves/build/farmbot_os