projects
/
platform
/
upstream
/
libsolv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow SOLVID_META queries through SOLVID_POS
[platform/upstream/libsolv.git]
/
.travis.yml
1
language: C
2
before_script: sudo apt-get install cmake
3
script: mkdir build && cd build && cmake -DDEBIAN=1 -DMULTI_SEMANTICS=1 .. && make && make test
4
5