diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22a1027..d1d11f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,11 +32,8 @@ linuxPublishToSnapshot: script: - ./linuxBuild.sh - ./linuxBuildAndPublish.sh - rules: - - if: '$CI_COMMIT_BRANCH == "master"' - - allow_failure: false - needs: - - job: buildLinux + only: + - master tags: - linuxX64 @@ -58,11 +55,8 @@ macPublishToSnapshot: - ./macBuild.sh - ./macBuildAndPublishSnapshot-bindings.sh - ./macBuildAndPublishSnapshot-delegated.sh - rules: - - if: '$CI_COMMIT_BRANCH == "master"' - - allow_failure: false - needs: - - job: buildMac + only: + - master tags: - macos @@ -85,10 +79,7 @@ windowsPublishToSnapshot: - $env:CHERE_INVOKING = 'yes' - C:\msys64\usr\bin\bash -lc "./windowsBuildAndPublish-delegated.sh" - C:\msys64\usr\bin\bash -lc "./windowsBuildAndPublish-pure.sh" - rules: - - if: '$CI_COMMIT_BRANCH == "master"' - - allow_failure: false - needs: - - job: buildWindows + only: + - master tags: - windowsX64 diff --git a/README.md b/README.md index c636e89..5b76552 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,14 @@ Currently supported native platforms: - +#### Notes for Gitlab runners: +- At the moment all runners need to have android sdk +#### Mac: + +#### Windows: +- Needs android sdk +- Git needs long file path enabled +- msys2 needs to be installed and `pacman update` executed