Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
jsoncpp2
79e90fba0b552337982be0048d9b2808b6780ffb
79e90fba0b552337982be0048d9b2808b6780ffb
Switch branch/tag
jsoncpp2
.travis.yml
Find file
Normal view
History
Permalink
.travis.yml
95 Bytes
Edit
Web IDE
Newer
Older
Added basic Travis CI integration contributed by Igor Okulist.
Baptiste Lepilleur
committed
12 years ago
1
2
3
4
before_install
:
sudo apt-get install cmake
language
:
cpp
compiler
:
gcc
script
:
cmake . && make
Menu
Projects
Groups
Snippets
Help