gitlab.com/Raven-IO/raven-delve@v1.22.4/.cirrus.yml (about)

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