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
12
+ 14
0
@@ -26,6 +26,20 @@ Make PHP Unit Test:
except:
- 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:
stage: build
tags:
Loading