aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-09-13openocd: fix syntax of SPDX tagsAntonio Borneo1-1/+1
Put the SPDX tag alone in a comment in the first line of the file. Replace the obsolete GPL-2.0+ tag The SPDX tag on files *.c is incorrect, as it should use the C99 single line comment using '//'. But current checkpatch doesn't allow C99 comments, so keep using standard C comments, by now. Change-Id: Ia91b0f7da42c439b6340bbe81983b86b68f6d65c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7156 Tested-by: jenkins
2020-04-10travis: Add .travis.ymlMarek Vasut1-0/+91
Add basic Travis-CI .travis.yml, to let Travis CI run automated build tests. Change-Id: Iceae442c13f30b57842b300c0920108b614c75f7 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/5414 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>