Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
travis.yml: make defconfig before building
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Dec 16, 2016
1 parent 1f9f71d commit 008f249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -36,5 +36,7 @@ install:
script:
# Go back to the git repository
- cd $PROJECT_PATH
# Update configuration so that kconfig doesn't start interactive mode
- make defconfig
# Build project from the git repository
- make

1 comment on commit 008f249

@krzychb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!
This is the step I have been looking for but was afraid to ask 😄

Please sign in to comment.