init project

This commit is contained in:
root
2026-07-31 13:12:54 -04:00
parent 0da92d5e02
commit f3863f760c
7215 changed files with 1860260 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
sudo: required
git:
quiet: true
language: node_js
node_js:
- "8"
before_script:
- docker pull ubuntu
services:
- docker
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y install docker-ce
- cd ..
- git clone --depth=50 --branch=master https://github.com/apocas/dockerode.git
- cd dockerode
- npm install
- cd ../docker-modem
install:
- npm install
script:
- npm test
- cd ../dockerode
- rm -rf ./node_modules/docker-modem
- npm install git://github.com/apocas/docker-modem
- npm test