In the root of your project, add .gitlab-ci.yml with the configuration below.
image: node:latest
stages:| switch(eject) { | |
| case 1: | |
| ejectRate = 1; | |
| break; | |
| case 2: | |
| ejectRate = 2; | |
| break; | |
| case 3: | |
| ejectRate = 3; | |
| break; |
| Section "Monitor" | |
| Identifier "Monitor0" | |
| HorizSync 28.0-80.0 | |
| VertRefresh 48.0-75.0 | |
| # https://arachnoid.com/modelines/ | |
| # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz | |
| Modeline "1920x1008_60.00" 160.20 1920 2032 2240 2560 1008 1009 1012 1043 -HSync +Vsync | |
| EndSection | |
| Section "Device" |
| - If you installed 32bit unity, and then removed it, it doesnt work | |
| - install 5.6 64 bit to fix | |
| or use registry fix below, IMPORTANT, insert some unity editor path there |
git config --global http.version HTTP/1.1
git config --global http.postBuffer 157286400
| image: java:8-jdk | |
| stages: | |
| - build | |
| - test | |
| - deploy | |
| before_script: | |
| # - echo `pwd` # debug | |
| # - echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug |