Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #89 from jodh-intel/restructure-build-system
Browse files Browse the repository at this point in the history
build: Move CLI makefile to top level
  • Loading branch information
bergwolf authored Mar 22, 2018
2 parents 1923361 + ea4050e commit 1961d72
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 512 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build-runv
/kata-runtime
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ dist: trusty

language: go

env:
- KATA_RUNTIME=cc
- KATA_RUNTIME=runv

go:
- 1.8

Expand All @@ -21,7 +17,5 @@ before_script:

install:
- cd ${TRAVIS_BUILD_DIR}
- pushd cli
- make KATA_RUNTIME=${KATA_RUNTIME}
- sudo -E PATH=$PATH make KATA_RUNTIME=${KATA_RUNTIME} install
- popd
- make
- sudo -E PATH=$PATH make install
Loading

0 comments on commit 1961d72

Please sign in to comment.