This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
drone: a test for compat with 32 bit (
#7707
)
master
Antoine GIRARD
techknowlogick
5 years ago
parent
e503794371
commit
c1b09c30f0
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.drone.yml
+ 10
- 0
.drone.yml
View File
@@ -69,6 +69,16 @@ steps:
commands:
commands:
- go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
- go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
- name: build-linux-386
pull: always
image: golang:1.12
environment:
GO111MODULE: on
GOOS: linux
GOARCH: 386
commands:
- go build -mod=vendor -o gitea_linux_386 # test if compatible with 32 bit
- name: build
- name: build
pull: always
pull: always
image: golang:1.12
image: golang:1.12
Write
Preview
Loading…
Cancel
Save