Skip to content
Snippets Groups Projects

Update plugins.gitlab-ci.yml, project.gitlab-ci.yml, shared_scripts.yml, shared.meta, README.md

Merged Sebastian Pape requested to merge fix/switch_to_new_gitlab into master
5 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
# GitLab CI Unreal Files
# GitLab CI Unreal Files
In this repository the shared scripts, the launcher meta data file and two sample `.gitlab-ci.yml` files are stored. If you just want an automatic compile and deploy of your project to the CAVE and the VRDev network drive, copy the `project.gitlab-ci.yml` and `launcher.meta` to your projects root, rename `project.gitlab-ci.yml` to `.gitlab-ci.yml` and set up a scheduled build in the project preferences.
In this repository the shared scripts, the launcher meta data file and two sample `.gitlab-ci.yml` files are stored. If you just want an automatic compile and deploy of your project to the CAVE and the VRDev network drive, copy the `project.gitlab-ci.yml` and `launcher.meta` to your projects root, rename `project.gitlab-ci.yml` to `.gitlab-ci.yml` and set up a scheduled build in the project preferences.
If you need more information, have a look into the wiki [here](https://devhub.vr.rwth-aachen.de/VR-Group/gitlab-ci-unreal-files/wikis/Setting-up-the-Pipeline-for-your-Project)!
If you need more information, have a look into the wiki [here](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/wikis/Setting-up-the-Pipeline-for-your-Project)!
```mermaid
```mermaid
graph LR
graph LR
@@ -55,4 +55,4 @@ The two predefined deploy stages are automatically deploying the builds (if succ
@@ -55,4 +55,4 @@ The two predefined deploy stages are automatically deploying the builds (if succ
---
---
### Setting up additional build machines
### Setting up additional build machines
Have a look into the wiki of this project [here](https://devhub.vr.rwth-aachen.de/VR-Group/gitlab-ci-unreal-files/wikis/Setting-up-Build-Machines)
Have a look into the wiki of this project [here](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/wikis/Setting-up-Build-Machines)
Loading