mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
build: add a builder for building with go modules
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user