appveyor.yml 191 B

1234567891011
  1. image: 'Visual Studio 2019'
  2. install:
  3. - git submodule update --init --recursive
  4. - msbuild /t:restore
  5. build:
  6. project: OhmGraphite.sln
  7. test:
  8. categories:
  9. except:
  10. - integration