Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
df5ce230
Commit
df5ce230
authored
May 27, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1032 from GreatFruitOmsk/travis-vpath
travis: test VPATH builds
parents
8c041c2f
43f965e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.travis.yml
.travis.yml
+7
-1
No files found.
.travis.yml
View file @
df5ce230
...
...
@@ -6,7 +6,13 @@ before_install:
-
sudo add-apt-repository ppa:ubuntu-lxc/daily -y
-
sudo apt-get update -qq
-
sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev libcgmanager-dev
script
:
./autogen.sh && ./configure --enable-tests && make -j4
script
:
-
./autogen.sh
-
mkdir build
-
cd build
-
../configure --enable-tests
-
make -j4
-
make DESTDIR=$TRAVIS_BUILD_DIR/install install
notifications
:
email
:
recipients
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment