Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
https://uguu.se
phpuploaderupload-imagesupload-filesqlite-databasepomffile-sharingnginxhostingfilehostingfilehosterfilehostfile-uploadlightweighttemporary-filesuguuupload-files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
154 B
15 lines
154 B
2 years ago
|
language: php
|
||
|
php:
|
||
|
- '7.2'
|
||
|
- '7.3'
|
||
|
- '7.4'
|
||
|
|
||
|
install:
|
||
|
- source ~/.nvm/nvm.sh
|
||
|
- nvm ls-remote
|
||
|
- nvm install stable
|
||
|
- nvm use stable
|
||
|
script:
|
||
|
- make
|
||
|
|