Update .gitlab-ci.yml file
This commit is contained in:
parent
0a696219e5
commit
9187769b46
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build_linux:
|
||||
stage: build
|
||||
script:
|
||||
- unity-ci build --target StandaloneLinux64 --output build/linux
|
||||
artifacts:
|
||||
paths:
|
||||
- build/linux/
|
||||
|
||||
Loading…
Reference in a new issue