Skip to content

Commit 388c46b

Browse files
committed
Skeleton with basic build instructions
1 parent 1645319 commit 388c46b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: c
2+
3+
sudo: false
4+
5+
install:
6+
- pushd $HOME
7+
- git clone --depth=1 [email protected]:python/cpython.git
8+
- pushd cpython
9+
- ./configure --prefix = $HOME/python
10+
- make
11+
- make install
12+
- du -hs $HOME/python
13+
- popd; popd
14+
15+
script:
16+
- pushd $HOME/cpython
17+
- make test

0 commit comments

Comments
 (0)