diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-09-01 17:50:03 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-09-01 17:50:03 +1000 |
commit | 6f59b4960c5a391c247585cbbb99a2210f84b7b3 (patch) | |
tree | 879cb4061c8e3784b439bdf782520a691ba87409 /.travis.yml | |
parent | c30f13a5cf780a5a361c75c3008b60536e92e221 (diff) | |
download | skiboot-6f59b4960c5a391c247585cbbb99a2210f84b7b3.zip skiboot-6f59b4960c5a391c247585cbbb99a2210f84b7b3.tar.gz skiboot-6f59b4960c5a391c247585cbbb99a2210f84b7b3.tar.bz2 |
build pflash in travis-ci
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9e890f0..1a6f63b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,5 @@ script: - make clean - pushd external/gard && make - popd + - pushd external/pflash && make + - popd |