Update plugins.gitlab-ci.yml, project.gitlab-ci.yml, shared_scripts.yml, shared.meta, README.md
Compare changes
+ 2
− 2
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)!
@@ -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
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)