mirror of
https://github.com/arnaucube/go-iden3-crypto.git
synced 2026-02-07 03:26:39 +01:00
16 lines
208 B
YAML
16 lines
208 B
YAML
dist: xenial
|
|
language: go
|
|
|
|
go:
|
|
- "1.12"
|
|
|
|
jobs:
|
|
include:
|
|
- name: "Unit Tests 64 bit arch"
|
|
env: GOARCH="amd64"
|
|
- name: "Unit Test 32 bit arch"
|
|
env: GOARCH="386"
|
|
|
|
env:
|
|
- GO111MODULE=on
|