mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 23:02:45 +08:00
build: add a builder for building with go modules
This commit is contained in:
parent
387b496d1e
commit
dcaee0016a
|
@ -68,6 +68,12 @@ matrix:
|
||||||
- make quicktest
|
- make quicktest
|
||||||
- make racequicktest
|
- make racequicktest
|
||||||
- make compile_all
|
- make compile_all
|
||||||
|
- go: 1.12.x
|
||||||
|
name: Go modules
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
script:
|
||||||
|
- make quicktest
|
||||||
- os: osx
|
- os: osx
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user