mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Build fn before all tests
This commit is contained in:
@@ -46,6 +46,12 @@ build_job:
|
||||
script:
|
||||
- go build -o functions-alpine
|
||||
|
||||
build_job_fn:
|
||||
stage: build
|
||||
script:
|
||||
- cd fn
|
||||
- go build -o fn-alpine
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user