Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework how the travis build works. #185

Merged
merged 10 commits into from Jan 31, 2015
Merged

Conversation

mithro
Copy link
Member

@mithro mithro commented Jan 30, 2015

The build is now split into two parts;

  • python-api
  • server

Each part has three bits;

  • style checks
  • unit tests
  • integration tests

Fixes issue #56

Fixes;
```
Running setup.py install for PyYAML
  checking if libyaml is compilable
  x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o
  build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory
   #include <yaml.h>
                    ^
  compilation terminated.

  libyaml is not found or a compiler error: forcing --without-libyaml
  (if libyaml is installed correctly, you may need to
   specify the option --include-dirs or uncomment and
   modify the parameter include_dirs in setup.cfg)
```
@mithro
Copy link
Member Author

mithro commented Jan 30, 2015

@hyades can you take a look at this?

@mithro mithro force-pushed the travisfix branch 2 times, most recently from ea25ea4 to 9784299 Compare January 31, 2015 04:06
@coveralls
Copy link

Coverage Status

Coverage increased (+19.93%) to 99.41% when pulling 9784299 on mithro:travisfix into 67317e7 on timvideos:master.

mithro added a commit that referenced this pull request Jan 31, 2015
Rework how the travis build works.
@mithro mithro merged commit a4a73d8 into timvideos:master Jan 31, 2015
@mithro mithro deleted the travisfix branch January 31, 2015 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants