Skip to content
Snippets Groups Projects

Develop

Merged Alan Nelson requested to merge develop into master
15 files
+ 157
28
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 14
11
Make All Images:
stage: build
tags:
- linux
- dockerd
script:
- make
only:
variables:
- $BUILD_ALL == "true"
Make PHP Lint:
stage: build
tags:
@@ -20,6 +9,8 @@ Make PHP Lint:
changes:
- php-lint/*
- php-lint/**/*
except:
- schedules
Make PHP Unit Test:
stage: build
@@ -32,6 +23,8 @@ Make PHP Unit Test:
changes:
- php-unit-test/*
- php-unit-test/**/*
except:
- schedules
Make Android Build:
stage: build
@@ -44,6 +37,8 @@ Make Android Build:
changes:
- android-build-server/*
- android-build-server/**/*
except:
- schedules
Make Static Code Analysis:
stage: build
@@ -56,6 +51,8 @@ Make Static Code Analysis:
changes:
- static-code-analysis/*
- static-code-analysis/**/*
except:
- schedules
Make Alpine SSH Client:
stage: build
@@ -80,6 +77,8 @@ Make Merge Request Check:
changes:
- merge-request-check/*
- merge-request-check/**/*
except:
- schedules
Make XML Lint:
stage: build
@@ -92,6 +91,8 @@ Make XML Lint:
changes:
- xml-lint/*
- xml-lint/**/*
except:
- schedules
Make Dependency Check:
stage: build
@@ -116,3 +117,5 @@ Make Detect Secrets:
changes:
- detect-secrets/*
- detect-secrets/**/*
except:
- schedules
Loading