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

Commit

Permalink
Added package file.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinealb committed Jul 9, 2014
1 parent e3d09f9 commit d685187
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ compiler:
- clang

before_install:
- sudo pip install pyaml jinja2
- git clone https://github.com/cpputest/cpputest ../cpputest
- pushd ../cpputest
- ./configure
- make
- sudo make install
- popd

- git clone https://github.com/cvra/packager ../packager

before_script:
- ../packager/packager.py
- mkdir build/
- cd build/
- cmake ..
- make

script: ./tests
script:
- make
- ./tests
8 changes: 8 additions & 0 deletions package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
depends:
- test-runner

source:
- state_machine.c

tests:
- tests/state_machine_test.cpp

0 comments on commit d685187

Please sign in to comment.