能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
96 B

  1. sudo: false
  2. language: cpp
  3. compiler:
  4. - g++
  5. script: cd tests && make && make test
  6. os:
  7. - linux