Add missing stage param to CI file
This commit is contained in:
parent
853c148dd5
commit
be37f3ae3d
@ -41,9 +41,11 @@ windows/amd64:
|
|||||||
- gomuks.exe
|
- gomuks.exe
|
||||||
|
|
||||||
macos/amd64:
|
macos/amd64:
|
||||||
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
- amd64
|
- amd64
|
||||||
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- go build -o gomuks
|
- go build -o gomuks
|
||||||
- install_name_tool -change /usr/local/opt/libolm/lib/libolm.3.dylib @rpath/libolm.3 gomuks
|
- install_name_tool -change /usr/local/opt/libolm/lib/libolm.3.dylib @rpath/libolm.3 gomuks
|
||||||
@ -56,6 +58,7 @@ macos/amd64:
|
|||||||
- libolm.3.dylib
|
- libolm.3.dylib
|
||||||
|
|
||||||
macos/arm64:
|
macos/arm64:
|
||||||
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
- arm64
|
- arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user