Skip to content
Snippets Groups Projects

PHP Container Updates

Merged Alan Nelson requested to merge develop into master
12 files
+ 72
86
Compare changes
  • Side-by-side
  • Inline

Files

+ 14
0
@@ -26,6 +26,20 @@ Make PHP Unit Test:
@@ -26,6 +26,20 @@ Make PHP Unit Test:
except:
except:
- schedules
- schedules
 
Make PHP Browser Test:
 
stage: build
 
tags:
 
- linux
 
- dockerd
 
script:
 
- make php-browser-test
 
only:
 
changes:
 
- php-browser-test/*
 
- php-browser-test/**/*
 
except:
 
- schedules
 
Make Android Build:
Make Android Build:
stage: build
stage: build
tags:
tags:
Loading