.travis.yml 365 B

12345678910111213141516
  1. language: csharp
  2. solution: src/moonsharp.sln
  3. sudo: required
  4. mono:
  5. - 2.10.8
  6. script:
  7. - xbuild /p:TargetFrameworkProfile='' /p:Configuration=Release src/moonsharp_ci_net35.sln
  8. - cd src/TestRunners/ConsoleTestRunner/bin/Release
  9. - mono ConsoleTestRunner.exe
  10. # - chmod 777 aotregen.sh
  11. # - chmod 777 aottest.sh
  12. # - sudo ./aotregen.sh
  13. # - sudo ./aottest.sh