|
|
@ -4,6 +4,7 @@ image: rejack/php7-testing-phpunit-ci4:7.2 |
|
|
|
|
|
|
|
|
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
- mkdir aauth_temp |
|
|
|
- mkdir aauth_temp |
|
|
|
|
|
|
|
- shopt -s extglob dotglob |
|
|
|
- mv !(aauth_temp) aauth_temp |
|
|
|
- mv !(aauth_temp) aauth_temp |
|
|
|
- curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.tar.gz | tar xvz |
|
|
|
- curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.tar.gz | tar xvz |
|
|
|
- mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 |
|
|
|
- mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 |
|
|
|