mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-21 20:49:16 +00:00
7 lines
84 B
YAML
7 lines
84 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
script:
|
|
CFLAGS="-O0" npm test
|