Add CI test coverage for compiler server (#14145)
commit8d858b20c555da92798a243a871528906368d2b0
authorKatelyn Gadd <kg@luminance.org>
Fri, 31 May 2019 10:03:31 +0000 (31 03:03 -0700)
committerMarek Safar <marek.safar@gmail.com>
Fri, 31 May 2019 10:03:31 +0000 (31 12:03 +0200)
tree76695d6554625f8c8af8e8fbbfd86522a1f7b6b1
parentd6075060556d907b1bfb97b3fe121cc8d74f06d7
Add CI test coverage for compiler server (#14145)

* Add a warning to the gensources Makefile so it's not confusing when it fails to compile in non-build profiles

* Add CI test script that verifies the compiler server functions

* Fix bugs

* Add compiler server tag to jenkins script

* Add +x

* Rename compiler server test tag
mcs/build/profiles/build.make
mcs/build/start-compiler-server.sh
mcs/tools/gensources/Makefile
scripts/ci/run-jenkins.sh
scripts/ci/run-test-compiler-server.sh [new file with mode: 0755]