1. 26 1月, 2021 1 次提交
    • A
      Change TeamCity test matrix and drop appveyor/travis-ci configurations (#2315) · 715224ce
      Alessandro Arzilli 提交于
      * TeamCity: change test matrix and test scripts
      
      Changes test matrix to test:
      
      * 1.13 through 1.16 on linux/amd64
      * 1.15, 1.16 on windows/amd64
      * 1.15 on linux/386
      
      Also includes tests on go-tip for windows/amd64 and linux/amd64
      (currently disabled, but can be turned on in a PR).
      
      Changes test scripts to automatically select the latest patch version
      of Go.
      
      * CI: remove Travis-CI and Appveyor configuration
      715224ce
  2. 18 1月, 2021 1 次提交
    • A
      Introduce TeamCity builds (#2298) · f2ec3e49
      Artem Khvastunov 提交于
      * add -json flag when running tests on TeamCity
      
      * introduce TeamCity builds
      
      * restore gdbserial constants for 386
      
      Otherwise compilation fails.
      
      * skip TestAttachRequest on Windows as it never finishes
      
      * run tests on 1.16beta1
      f2ec3e49