Building with a specific version of gcc compiler in travis

前端 未结 0 1332
春和景丽
春和景丽 2020-12-05 21:44

I have this .travis.yml file:

language: c
 compiler:
  - gcc
 dist: trusty
 script: 
  - ./configure && make

Travis is b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题