mirror of
https://github.com/rclone/rclone.git
synced 2025-02-07 14:10:09 +01:00
build: cut down builds to macOS only FIXME DO NOT MERGE
This commit is contained in:
parent
a667e03fc9
commit
f6f7bb35d5
92
.github/workflows/build.yml
vendored
92
.github/workflows/build.yml
vendored
@ -25,19 +25,19 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job_name: ['linux', 'mac_amd64', 'mac_arm64', 'windows_amd64', 'windows_386', 'other_os', 'go1.15', 'go1.16']
|
||||
job_name: ['mac_amd64', 'mac_arm64']
|
||||
|
||||
include:
|
||||
- job_name: linux
|
||||
os: ubuntu-latest
|
||||
go: '1.17.x'
|
||||
gotags: cmount
|
||||
build_flags: '-include "^linux/"'
|
||||
check: true
|
||||
quicktest: true
|
||||
racequicktest: true
|
||||
librclonetest: true
|
||||
deploy: true
|
||||
# - job_name: linux
|
||||
# os: ubuntu-latest
|
||||
# go: '1.17.x'
|
||||
# gotags: cmount
|
||||
# build_flags: '-include "^linux/"'
|
||||
# check: true
|
||||
# quicktest: true
|
||||
# racequicktest: true
|
||||
# librclonetest: true
|
||||
# deploy: true
|
||||
|
||||
- job_name: mac_amd64
|
||||
os: macOS-latest
|
||||
@ -55,45 +55,45 @@ jobs:
|
||||
build_flags: '-include "^darwin/arm64" -cgo -macos-arch arm64 -macos-sdk macosx11.1 -cgo-cflags=-I/usr/local/include -cgo-ldflags=-L/usr/local/lib'
|
||||
deploy: true
|
||||
|
||||
- job_name: windows_amd64
|
||||
os: windows-latest
|
||||
go: '1.17.x'
|
||||
gotags: cmount
|
||||
build_flags: '-include "^windows/amd64" -cgo'
|
||||
build_args: '-buildmode exe'
|
||||
quicktest: true
|
||||
racequicktest: true
|
||||
deploy: true
|
||||
# - job_name: windows_amd64
|
||||
# os: windows-latest
|
||||
# go: '1.17.x'
|
||||
# gotags: cmount
|
||||
# build_flags: '-include "^windows/amd64" -cgo'
|
||||
# build_args: '-buildmode exe'
|
||||
# quicktest: true
|
||||
# racequicktest: true
|
||||
# deploy: true
|
||||
|
||||
- job_name: windows_386
|
||||
os: windows-latest
|
||||
go: '1.17.x'
|
||||
gotags: cmount
|
||||
goarch: '386'
|
||||
cgo: '1'
|
||||
build_flags: '-include "^windows/386" -cgo'
|
||||
build_args: '-buildmode exe'
|
||||
quicktest: true
|
||||
deploy: true
|
||||
# - job_name: windows_386
|
||||
# os: windows-latest
|
||||
# go: '1.17.x'
|
||||
# gotags: cmount
|
||||
# goarch: '386'
|
||||
# cgo: '1'
|
||||
# build_flags: '-include "^windows/386" -cgo'
|
||||
# build_args: '-buildmode exe'
|
||||
# quicktest: true
|
||||
# deploy: true
|
||||
|
||||
- job_name: other_os
|
||||
os: ubuntu-latest
|
||||
go: '1.17.x'
|
||||
build_flags: '-exclude "^(windows/|darwin/|linux/)"'
|
||||
compile_all: true
|
||||
deploy: true
|
||||
# - job_name: other_os
|
||||
# os: ubuntu-latest
|
||||
# go: '1.17.x'
|
||||
# build_flags: '-exclude "^(windows/|darwin/|linux/)"'
|
||||
# compile_all: true
|
||||
# deploy: true
|
||||
|
||||
- job_name: go1.15
|
||||
os: ubuntu-latest
|
||||
go: '1.15.x'
|
||||
quicktest: true
|
||||
racequicktest: true
|
||||
# - job_name: go1.15
|
||||
# os: ubuntu-latest
|
||||
# go: '1.15.x'
|
||||
# quicktest: true
|
||||
# racequicktest: true
|
||||
|
||||
- job_name: go1.16
|
||||
os: ubuntu-latest
|
||||
go: '1.16.x'
|
||||
quicktest: true
|
||||
racequicktest: true
|
||||
# - job_name: go1.16
|
||||
# os: ubuntu-latest
|
||||
# go: '1.16.x'
|
||||
# quicktest: true
|
||||
# racequicktest: true
|
||||
|
||||
name: ${{ matrix.job_name }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user