mirror of https://github.com/AxioDL/metaforce.git
Update .gitlab-ci.yml to build when we push to the branch `dev`
This commit is contained in:
parent
b94df3af36
commit
508877c193
|
@ -28,6 +28,7 @@
|
|||
- codesign -s $URDE_MACOS_CODESIGN_UID -v --deep URDE.app
|
||||
only:
|
||||
- release
|
||||
- dev
|
||||
artifacts:
|
||||
name: "urde-$CI_PIPELINE_ID-macos-x86_64-$URDE_VECTOR_ISA"
|
||||
paths:
|
||||
|
@ -62,6 +63,7 @@ build:macos:avx2:
|
|||
stage: build
|
||||
tags:
|
||||
- linux
|
||||
- master
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
@ -81,6 +83,7 @@ build:macos:avx2:
|
|||
- strip --strip-debug -o $CI_PROJECT_DIR/visigen Binaries/visigen
|
||||
only:
|
||||
- release
|
||||
- dev
|
||||
artifacts:
|
||||
name: "urde-$CI_PIPELINE_ID-linux-x86_64-$URDE_VECTOR_ISA"
|
||||
paths:
|
||||
|
@ -137,6 +140,7 @@ build:linux:avx2:
|
|||
- 'pdbcopy Binaries\visigen.pdb "%CI_PROJECT_DIR%\visigen.pdb" -p'
|
||||
only:
|
||||
- release
|
||||
- dev
|
||||
artifacts:
|
||||
name: "urde-%CI_PIPELINE_ID%-win32-x86_64-%URDE_VECTOR_ISA%"
|
||||
paths:
|
||||
|
@ -176,6 +180,7 @@ deploy:
|
|||
stage: deploy
|
||||
only:
|
||||
- release
|
||||
- dev
|
||||
dependencies: []
|
||||
tags:
|
||||
- server
|
||||
|
|
Loading…
Reference in New Issue