mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
d8c46ff78a
This is the code that uguu.se is running, based off Pomf.
15 lines
154 B
YAML
15 lines
154 B
YAML
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
|
|
|