File: .travis.yml

package info (click to toggle)
golang-github-cloudflare-sidh 1.0%2Bgit20190228.d2f0f90-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,128 kB
  • sloc: asm: 5,616; makefile: 63
file content (21 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: required
language: go

go:
   - 1.10.x
   - 1.11.x
   - master

matrix:
  fast_finish: true

script:
  - make test
  - make bench
  - make cover
  - NOASM=1 make cover-sidh
  - GOARCH=arm64 OPTS=-c make test
  - GOARCH=arm64 NOASM=1 OPTS=-c make test

after_script:
  - bash <(curl -s https://codecov.io/bash) -t 3cee0edf-64e9-4440-82f1-f1f41967f336