Dear sir. Please make more videos about programming tools, tools that would help C++ programmers in their jobs, such as these automated build tools, code refactoring tools, debugging tools, and I don't know what else, but I know that learning such tools would definitely be useful.
@mohamedhussien40132 жыл бұрын
Awesome tutorial 😊😊😊
@surrog7 жыл бұрын
Travis is very easy to use, until you work on projects with c++17 feature, which need a fairly large configuration to handle correctly, if it work at all (see clang support =/)
@lessthanjake12347 жыл бұрын
You can use your own docker image. Some CI services support this natively. I didn't find that option i Travis. But you can easily work around it like this: github.com/nedrebo/modern-cpp/blob/master/.travis.yml
@chrisschick60544 жыл бұрын
I'm trying this now. My project is set for CMake version 3.16 but Travis is at 3.9.2. Is it worth scaling back your CMake version for CI or should I look somewhere else? Or, more specifically, is Travis still the recommended starter CI for C++ in Nov 2020?
@tehLyrex7 жыл бұрын
The video seems a bit broken, especially around 4:55
@mnfchen6 жыл бұрын
Why did you pass in CC/CXX environment variables? B/c g++ != g++-5? If so, is there another way to force using version 5 of g++ instead of passing through environment?
@vorpal226 жыл бұрын
EVERYTHING in Travis is out of date, which makes it tedious to use.
@danielrhouck7 жыл бұрын
Minor nitpick: YAML no longer stands for Yet Another Markup Language; now ir’s YAML Ain’t Markup Language.
@ion_propulsion77797 жыл бұрын
Gnus not UNIX
@danielrhouck7 жыл бұрын
A lot of things start out not being recursive and then end up that way. Examples include: WINE Is Not an Emulator PHP Hypertext Preprocessor RPM Package Manager cURL URL Request Library XBMC Media Center Jini Is Not Initials
@konstantinrebrov6754 жыл бұрын
Who says it "no longer stands for"?
@danielrhouck4 жыл бұрын
@@konstantinrebrov675 See yaml.org/spec/history/2001-08-01.html, which shows it used to stand for Yet Another Markup Language, but the most recent spec at yaml.org/spec/1.2/spec.html says YAML Ain't Markup Language.
@thisA2ST5 жыл бұрын
hi, i encountered error saying: "bash: nvim: command not found"
@AkashChandraGupta6 жыл бұрын
Down voted it for small font size, which really makes the video difficult to watch.