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.
 
 
 

16 lines
376 B

  1. language: csharp
  2. sudo: required
  3. dist: xenial
  4. solution: CAP.sln
  5. dotnet: 6.0.100
  6. mono: none
  7. env:
  8. - Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"
  9. services:
  10. - mysql
  11. script:
  12. - export PATH="$PATH:$HOME/.dotnet/tools"
  13. - dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
  14. - flubu build tests