Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Re-enable nRF52840 lock example targets in travis #311

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2019

  1. Re-enable nRF52840 lock example targets in travis

    -- Enable building nRF52840 Lock Example on Linux and OSX
    -- Rather than installing dependencies for building lock example
       app in the before install travis script, call the travis prepare script
       from the lock example repo once it has been cloned. This makes sure
       that dependency installation for lock example is not duplicated in
       openweave travis scripts.
    suryanshup committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    23456bc View commit details
    Browse the repository at this point in the history
  2. -- Cleanup a couple of Makefile.in

    -- Source nrf_setup_vars.sh when building lock example app targets
       to bring in the env vars that were generated during the prepare
       script.
    suryanshup committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    e512e37 View commit details
    Browse the repository at this point in the history