mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
Add CI support.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -y python-dev
|
||||
- sudo apt-get install -y libboost-all-dev
|
||||
|
||||
script: scons config && scons && scons test
|
||||
|
||||
Reference in New Issue
Block a user