Skip to content

Commit

Permalink
Updating Travis-related files
Browse files Browse the repository at this point in the history
Travis should now work for dev and master
The latest build status shows up on the README.md
  • Loading branch information
dayeol committed Jan 12, 2019
1 parent fc1f3b0 commit a917276
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ addons:
- libpixman-1-dev
branches:
only:
- travis
- dev
- master

before_install:
- git config --global submodule.riscv-gnu-toolchain.update none
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Keystone Enclave: An Open-Source Secure Enclave for RISC-V Processors

![Keystone Documentation Status](https://readthedocs.org/projects/keystone-enclave/badge/)
![Documentation Status](https://readthedocs.org/projects/keystone-enclave/badge/)
[![Build Status](https://travis-ci.org/keystone-enclave/keystone.svg?branch=master)](https://travis-ci.org/keystone-enclave/keystone/)

Visit [Project Website](https://keystone-enclave.org) for more information.

Expand Down
5 changes: 5 additions & 0 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ cd bootrom
make
cd ..

cd linux-keystone-driver
make
make copy
cd ..

cd sdk
make
make copy-tests
Expand Down

0 comments on commit a917276

Please sign in to comment.