yum groupinstall "Development Tools" -y
yum install kernel-devel \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| branches: | |
| only: | |
| - master | |
| language: ruby | |
| rvm: | |
| - 1.9.3 | |
| before_script: | |
| # Set the git config stuff, so Git stops yelling at us | |
| - git config --global user.name "wake" | |
| - git config --global user.email "wake.gs@gmail.com" |
Or you are looking for
NewerOlder