gemini-browser

A text-based gemini browser
git clone git://git.laack.co/gemini-browser.git
Log | Files | Refs | README

.appveyor.yml (278B)


      1 version: 1.0.{build}
      2 clone_folder: c:\gopath\src\github.com\gdamore\encoding
      3 environment:
      4   GOPATH: c:\gopath
      5 build_script:
      6 - go version
      7 - go env
      8 - SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH%
      9 - go get -t ./...
     10 - go build
     11 - go install ./...
     12 test_script:
     13 - go test ./...