github.com/undoio/delve@v1.9.0/.cirrus.yml (about)

     1  env:
     2    GOFLAGS: -mod=vendor
     3  
     4  freebsd_instance:
     5    image_family: freebsd-12-3
     6  
     7  test_task:
     8    install_script: pkg install -y go gcc git
     9    test_script: make test