github.com/coyove/sdss@v0.0.0-20231129015646-c2ec58cca6a2/contrib/roaring/.drone.yml (about)

     1  kind: pipeline
     2  name: default
     3  
     4  workspace:
     5    base: /go
     6    path: src/github.com/RoaringBitmap/roaring
     7  
     8  steps:
     9  - name: test
    10    image: golang
    11    commands:
    12    - go get -t 
    13    - go test 
    14    - go test -race -run TestConcurrent*
    15    - go build -tags appengine 
    16    - go test -tags appengine 
    17    - GOARCH=386 go build
    18    - GOARCH=386 go test
    19    - GOARCH=arm go build
    20    - GOARCH=arm64 go build